Skip to content

Commit

Permalink
Add cidistwheel for building linux wheels
Browse files Browse the repository at this point in the history
This will make installation in MMW faster
  • Loading branch information
rajadain committed Jun 28, 2024
1 parent 286d82a commit b9ed0ef
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 13 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ numba = "==0.55.*"

[dev-packages]
build = "*"
cibuildwheel = "*"
twine = "*"

[requires]
Expand Down
75 changes: 62 additions & 13 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
requires = [
"setuptools>=42",
"wheel>=0.31",
"cibuildwheel>=2.13",
"twine>=1.11",
'numba==0.55.*',
]

[tool.cibuildwheel]
build = "cp38-manylinux_* cp39-manylinux_* cp310-manylinux_*"
archs = "x86_64"

0 comments on commit b9ed0ef

Please sign in to comment.