Skip to content

Commit a54945c

Browse files
committed
chore: use the recently released wheel 0.40
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 08a6bf8 commit a54945c

File tree

3 files changed

+2
-210
lines changed

3 files changed

+2
-210
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ before-all = [
1616
'pipx install -f --pip-args="-c {project}/constraints-ci.txt" cmake',
1717
'cmake --version',
1818
]
19-
before-build = "pip install --upgrade --force-reinstall -r requirements-repair.txt"
19+
before-build = "pip install -r requirements-repair.txt"
2020
repair-wheel-command = "python scripts/repair_wheel.py -w {dest_dir} {wheel}"
2121
test-extras = "test"
2222
test-command = "pytest {project}/tests"

requirements-repair.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git+https://github.com/henryiii/wheel.git@de5b0e90886e9ac18e0b67a747ae764e9bb2a612
1+
wheel>=0.40.0

scripts/convert_to_generic_platform_wheel.py

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)