We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3c2f0 commit 9de14f6Copy full SHA for 9de14f6
.github/workflows/publish.yml
@@ -27,7 +27,6 @@ jobs:
27
- name: check-version
28
run: |
29
echo "VERSION=$(python setup.py --version)" >> $GITHUB_OUTPUT
30
- id: version
31
32
- name: create python package
33
run: python setup.py sdist bdist_wheel
@@ -39,7 +38,7 @@ jobs:
39
38
token: ${{ secrets.GITHUB_TOKEN }}
40
draft: false
41
generateReleaseNotes: true
42
- tag: v${{ steps.version.outputs.VERSION }}
+ tag: v${{ steps.check-version.outputs.VERSION }}
43
commit: main
44
45
- name: deploy
0 commit comments