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.
2 parents 0270659 + c303607 commit 80a6bbeCopy full SHA for 80a6bbe
.github/workflows/ci.yml
@@ -57,5 +57,5 @@ jobs:
57
TWINE_USERNAME: __token__
58
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
59
run: |
60
- python tests/test_version_and_changelog.py --ensure-tag
+ python tests/test_changelog_and_version.py --ensure-tag
61
python -m build && twine upload --skip-existing dist/*
0 commit comments