replace CIBW_SKIP WITH CIBW_BUILD
This commit is contained in:
parent
cb536f3e20
commit
1a33cf128e
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-darwin.yml
vendored
2
.github/workflows/build-darwin.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
python -m cibuildwheel --output-dir wheelhouse
|
||||
env:
|
||||
CIBW_SKIP: cp27-* pp*
|
||||
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: contains(github.ref, 'tags/')
|
||||
|
|
2
.github/workflows/build-linux.yml
vendored
2
.github/workflows/build-linux.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
run: |
|
||||
python -m cibuildwheel --output-dir wheelhouse
|
||||
env:
|
||||
CIBW_SKIP: cp27-* pp*
|
||||
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: contains(github.ref, 'tags/')
|
||||
|
|
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
|||
run: |
|
||||
python -m cibuildwheel --output-dir wheelhouse
|
||||
env:
|
||||
CIBW_SKIP: cp27-* pp*
|
||||
CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
|
||||
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: contains(github.ref, 'tags/')
|
||||
|
|
Loading…
Reference in a new issue