Skip to content

Commit

Permalink
image
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Oct 17, 2023
1 parent 246efdb commit 099f58d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
skip = "cp36*"
manylinux-x86_64-image = "sunnycase/manylinux2014_x86_64:1.1"

[tool.cibuildwheel.linux]
archs = ["x86_64"]
before-build = "pip install https://github.com/sunnycase/auditwheel/releases/download/4.0.0-nncase-2/auditwheel-0.0.0-py3-none-any.whl"
Expand Down

0 comments on commit 099f58d

Please sign in to comment.