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 0270659 commit c303607Copy full SHA for c303607
.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