Skip to content

Commit

Permalink
CI: fix spelling of test package name (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz authored Apr 17, 2024
1 parent 377d52e commit a5d8097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: twine check --strict dist/*

- name: List contents of sdist
run: python -m tarfile --list dist/test-package-*.tar.gz
run: python -m tarfile --list dist/test_package-*.tar.gz

- name: List contents of wheel
run: python -m zipfile --list dist/test_package-*.whl
Expand Down

0 comments on commit a5d8097

Please sign in to comment.