Skip to content

Commit

Permalink
Blacklist broken wheel release
Browse files Browse the repository at this point in the history
CC #155
Works around pypa/wheel#485
  • Loading branch information
mara004 committed Nov 4, 2022
1 parent 95b4a04 commit 31b7ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ build-backend = "setuptools.build_meta"
requires = [
"setuptools",
"build",
"wheel",
"wheel!=0.38.0,!=0.38.1",
"ctypesgen",
]
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ package_dir =
=src
setup_requires =
build
wheel
wheel!=0.38.0,!=0.38.1
ctypesgen
python_requires = >=3.5, !=3.7.6, !=3.8.1
zip_safe = False
Expand Down

0 comments on commit 31b7ad2

Please sign in to comment.