- workflows
This commit is contained in:
9
.github/workflows/wheels.yml
vendored
9
.github/workflows/wheels.yml
vendored
@@ -20,8 +20,13 @@ jobs:
|
|||||||
- name: Install cibuildwheel
|
- name: Install cibuildwheel
|
||||||
run: python -m pip install cibuildwheel==2.21.3
|
run: python -m pip install cibuildwheel==2.21.3
|
||||||
|
|
||||||
- run: export PATH="$HOME/.cargo/bin:$PATH"
|
- name: Set path
|
||||||
- run: echo $PATH
|
if: runner.os != 'Windows'
|
||||||
|
run: export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
|
|
||||||
|
- name: Check path
|
||||||
|
if: runner.os != 'Windows'
|
||||||
|
run: echo $PATH
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
run: python -m cibuildwheel --output-dir wheelhouse
|
run: python -m cibuildwheel --output-dir wheelhouse
|
||||||
|
|||||||
Reference in New Issue
Block a user