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 4fcc080 commit bc27d79Copy full SHA for bc27d79
1 file changed
.github/workflows/release.yml
@@ -70,7 +70,6 @@ jobs:
70
71
publish-to-pypi:
72
name: Publish Python distribution to PyPI
73
- if: startsWith(github.ref, 'refs/tags/v') # only publish to PyPI on tag pushes
74
needs:
75
- build
76
runs-on: ubuntu-latest
@@ -90,7 +89,7 @@ jobs:
90
89
- name: Extract tag
91
id: tag
92
run: |
93
- TAG=${GITHUB_REF#refs/tags/v}
+ TAG=2.1.3
94
echo "tag=$TAG" >> $GITHUB_OUTPUT
95
96
- name: Read VERSION_NAME from dist/
0 commit comments