CI: install latest cibuildwheel
fork no longer needed, as patch was fixed upstream
This commit is contained in:
parent
9b1dae4765
commit
1ef5569959
3
.github/workflows/wheels.yml
vendored
3
.github/workflows/wheels.yml
vendored
@ -90,8 +90,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
platforms: all
|
platforms: all
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
# using fork of cibuildwheel until this is fixed: https://github.com/pypa/cibuildwheel/issues/1504
|
run: pip install cibuildwheel
|
||||||
run: pip install git+https://github.com/anthrotype/cibuildwheel.git@test_command_wheel#egg=cibuildwheel
|
|
||||||
- name: Build Wheels
|
- name: Build Wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse .
|
run: python -m cibuildwheel --output-dir wheelhouse .
|
||||||
env:
|
env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user