Skip to content

Commit 80a6bbe

Browse files
authored
Merge pull request #166 from jakkdl/fix_CI
fix ci typo in release
2 parents 0270659 + c303607 commit 80a6bbe

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)