mirror of https://github.com/Nonannet/copapy.git
cd: wheel build script updated for armv7
This commit is contained in:
parent
4a8f758a45
commit
afa8985a7f
|
|
@ -54,9 +54,9 @@ jobs:
|
|||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v3.2.0
|
||||
env:
|
||||
CIBW_ARCHS_LINUX: "x86_64 aarch64 i686"
|
||||
CIBW_ARCHS_LINUX: "x86_64 aarch64 armv7l" # i686
|
||||
CIBW_ARCHS_MACOS: "x86_64 universal2"
|
||||
CIBW_ARCHS_WINDOWS: "AMD64 x86"
|
||||
CIBW_ARCHS_WINDOWS: "AMD64" # x86
|
||||
CIBW_TEST_REQUIRES: "pytest"
|
||||
CIBW_TEST_COMMAND: "pytest -m \"not runner\" {package}/tests/"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue