Skip to content

Commit 315c5a9

Browse files
committed
Fix use of auditwheel pinning wheel to 0.31.1
See pypa/auditwheel#102 See https://circleci.com/gh/scikit-build/ninja-python-distributions/344 Thanks @kjerstadius for investigating the issue. See #18
1 parent 265739e commit 315c5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ scikit-build>=0.7.1
1010
setuptools>=28.0.0
1111
twine
1212
virtualenv>=15.0.3
13-
wheel
13+
wheel==0.31.1

0 commit comments

Comments
 (0)