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 eff9517 commit e3ca659Copy full SHA for e3ca659
.github/workflows/publish-to-pypi.yml
@@ -38,7 +38,7 @@ jobs:
38
fi
39
40
VERSION=${VERSION#v}
41
- python tools/update_and_verify_version.py $VERSION
+ python tools/update_version.py $VERSION
42
- name: Build and publish
43
env:
44
TWINE_USERNAME: ${{ secrets.PYPI_API_USER }}
0 commit comments