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 3bf6ad1 commit fd753afCopy full SHA for fd753af
.github/workflows/ci.yml
@@ -88,4 +88,5 @@ jobs:
88
TWINE_USERNAME: __token__
89
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
90
run: |
91
+ python tests/check_changelog_and_version.py --ensure-tag
92
python -m build && twine upload --skip-existing dist/*
0 commit comments