mirror of https://github.com/Nonannet/copapy.git
version changed: cibuildwheel@v2
This commit is contained in:
parent
86365a7b37
commit
ca42b795ed
|
|
@ -62,7 +62,7 @@ jobs:
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
# run: cibuildwheel --output-dir wheelhouse
|
# run: cibuildwheel --output-dir wheelhouse
|
||||||
uses: pypa/cibuildwheel@v3
|
uses: pypa/cibuildwheel@v2
|
||||||
env:
|
env:
|
||||||
# Multi-arch builds
|
# Multi-arch builds
|
||||||
CIBW_ARCHS_LINUX: "x86_64 aarch64"
|
CIBW_ARCHS_LINUX: "x86_64 aarch64"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue