Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
di authored Nov 13, 2023
2 parents 181668f + 68d983d commit b09acb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ jobs:
python-version: '3.x'
cache: pip
cache-dependency-path: .github/workflows/release.yml
- name: Install build dependencies
run: pip install -U setuptools wheel build calver
- name: Version
id: version
run: echo "::set-output name=version::$(python setup.py --version 2>/dev/null)"
run: echo "version=$(python setup.py --version 2>/dev/null)" >> $GITHUB_OUTPUT
- name: Tag
uses: actions/create-release@v1
env:
Expand Down

0 comments on commit b09acb0

Please sign in to comment.