Skip to content

Commit e6f2265

Browse files
Merge pull request #2253 from VWS-Python/check-wheel-contents
Install check-wheel-contents before attempting to use it in release process
2 parents e057ea7 + 75feb5a commit e6f2265

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Checkout the latest tag - the one we just created.
8282
git fetch --tags
8383
git checkout "$(git describe --tags "$(git rev-list --tags --max-count=1)")"
84-
python -m pip install build
84+
python -m pip install build check-wheel-contents
8585
python -m build --sdist --wheel --outdir dist/ .
8686
check-wheel-contents dist/*.whl
8787

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ dependencies = [
4040
optional-dependencies.dev = [
4141
"actionlint-py==1.7.1.15",
4242
"check-manifest==0.49",
43-
"check-wheel-contents==0.6.0",
4443
"deptry==0.16.1",
4544
"doc8==1.1.1",
4645
"freezegun==1.5.1",

0 commit comments

Comments
 (0)