Skip to content

Commit

Permalink
Check wheel contents after creation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle committed Mar 30, 2024
1 parent 88c8111 commit 025c67b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
python -m pip install build
python -m build --sdist --wheel --outdir dist/ .
check-wheel-contents dist/*.whl
# We use PyPI trusted publishing rather than a PyPI API token.
# See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ dependencies = [
dev = [
"actionlint-py==1.6.27.12",
"check-manifest==0.49",
"check-wheel-contents==0.6.0",
"deptry==0.15.0",
"doc8==1.1.1",
"freezegun==1.4.0",
Expand Down

0 comments on commit 025c67b

Please sign in to comment.