Skip to content

Commit

Permalink
chore(ci): add archive listing to lint
Browse files Browse the repository at this point in the history
This makes debugging easier.
  • Loading branch information
nijel committed Oct 15, 2024
1 parent 2b9c4bd commit 260e78b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ jobs:
- name: Cleanup dist
# Remove files not supported on PyPI (eg. Sigstore signatures)
run: find dist -mindepth 1 -not -name '*.tar.gz' -not -name '*.whl' -delete
- name: list wheel
run: unzip -l dist/*.whl
- name: list sdist
run: tar tvf dist/*.tar.gz
- name: twine check
run: uvx twine check --strict dist/*
- name: pydistcheck
Expand Down

0 comments on commit 260e78b

Please sign in to comment.