Skip to content

Commit c303607

Browse files
committed
fix ci typo
1 parent 0270659 commit c303607

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ jobs:
5757
TWINE_USERNAME: __token__
5858
TWINE_PASSWORD: ${{ secrets.TWINE_PASSWORD }}
5959
run: |
60-
python tests/test_version_and_changelog.py --ensure-tag
60+
python tests/test_changelog_and_version.py --ensure-tag
6161
python -m build && twine upload --skip-existing dist/*

0 commit comments

Comments
 (0)