We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e057ea7 + 75feb5a commit e6f2265Copy full SHA for e6f2265
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
# Checkout the latest tag - the one we just created.
82
git fetch --tags
83
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
84
- python -m pip install build
+ python -m pip install build check-wheel-contents
85
python -m build --sdist --wheel --outdir dist/ .
86
check-wheel-contents dist/*.whl
87
pyproject.toml
@@ -40,7 +40,6 @@ dependencies = [
40
optional-dependencies.dev = [
41
"actionlint-py==1.7.1.15",
42
"check-manifest==0.49",
43
- "check-wheel-contents==0.6.0",
44
"deptry==0.16.1",
45
"doc8==1.1.1",
46
"freezegun==1.5.1",
0 commit comments