mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-13 05:07:03 +03:00
Update cibuildwheel
This commit is contained in:
parent
69ecb85fad
commit
419bfaf6e7
9
.github/workflows/cibuildwheel.yml
vendored
9
.github/workflows/cibuildwheel.yml
vendored
|
@ -18,10 +18,17 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
# aarch64 (arm) is built via qemu emulation
|
||||||
|
# QEMU is sadly too slow. We need to wait for public ARM support
|
||||||
|
#- name: Set up QEMU
|
||||||
|
# if: runner.os == 'Linux'
|
||||||
|
# uses: docker/setup-qemu-action@v3
|
||||||
|
# with:
|
||||||
|
# platforms: all
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.19.1
|
uses: pypa/cibuildwheel@v2.19.1
|
||||||
env:
|
env:
|
||||||
CIBW_SOME_OPTION: value
|
CIBW_ARCHS_LINUX: auto aarch64
|
||||||
with:
|
with:
|
||||||
package-dir: .
|
package-dir: .
|
||||||
output-dir: wheelhouse
|
output-dir: wheelhouse
|
||||||
|
|
Loading…
Reference in New Issue
Block a user