We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3b3754 + 6e010b0 commit ed79012Copy full SHA for ed79012
.github/workflows/release.yml
@@ -79,6 +79,7 @@ jobs:
79
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
80
python -m pip install build
81
python -m build --sdist --wheel --outdir dist/ .
82
+ check-wheel-contents dist/*.whl
83
84
# We use PyPI trusted publishing rather than a PyPI API token.
85
# See https://github.com/pypa/gh-action-pypi-publish/tree/release/v1/?tab=readme-ov-file#trusted-publishing.
pyproject.toml
@@ -299,6 +299,7 @@ dependencies = [
299
dev = [
300
"actionlint-py==1.6.27.12",
301
"check-manifest==0.49",
302
+ "check-wheel-contents==0.6.0",
303
"deptry==0.15.0",
304
"dirty-equals==0.7.1.post0",
305
"doc8==1.1.1",
0 commit comments