mirror of https://github.com/Nonannet/copapy.git
ci: x86 wheels added
This commit is contained in:
parent
aa0c75afc6
commit
519f5af66c
|
|
@ -54,11 +54,11 @@ jobs:
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v3.2.0
|
uses: pypa/cibuildwheel@v3.2.0
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS_LINUX: "x86_64 aarch64"
|
CIBW_ARCHS_LINUX: "x86_64 aarch64 x86"
|
||||||
CIBW_ARCHS_MACOS: "x86_64 universal2" # x86_64 arm64
|
CIBW_ARCHS_MACOS: "x86_64 universal2"
|
||||||
CIBW_ARCHS_WINDOWS: "AMD64" # x86
|
CIBW_ARCHS_WINDOWS: "AMD64 x86"
|
||||||
CIBW_TEST_REQUIRES: "pytest"
|
CIBW_TEST_REQUIRES: "pytest"
|
||||||
CIBW_TEST_COMMAND: "pytest {package}/tests/test_coparun_module.py"
|
CIBW_TEST_COMMAND: "pytest {package}/tests/test_coparun_module.py {package}/tests/test_vector.py {package}/tests/test_ops.py {package}/tests/test_math.py"
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue