Skip to content

Commit

Permalink
ci: Use 'yadage_schemas' for all dist name (#52)
Browse files Browse the repository at this point in the history
* Use the now standard underscore "_" for dist names.
  • Loading branch information
matthewfeickert authored Jun 17, 2024
1 parent bef5b60 commit c1d4502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: twine check dist/*

- name: List contents of sdist
run: python -m tarfile --list dist/yadage-schemas-*.tar.gz
run: python -m tarfile --list dist/yadage_schemas-*.tar.gz

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

0 comments on commit c1d4502

Please sign in to comment.