replace CIBW_SKIP WITH CIBW_BUILD

This commit is contained in:
PyYoshi 2020-10-28 18:50:18 +09:00
parent cb536f3e20
commit 1a33cf128e
No known key found for this signature in database
GPG key ID: 146D52F7C000C2F0
3 changed files with 3 additions and 3 deletions

View file

@ -67,7 +67,7 @@ jobs:
run: | run: |
python -m cibuildwheel --output-dir wheelhouse python -m cibuildwheel --output-dir wheelhouse
env: env:
CIBW_SKIP: cp27-* pp* CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
if: contains(github.ref, 'tags/') if: contains(github.ref, 'tags/')

View file

@ -67,7 +67,7 @@ jobs:
run: | run: |
python -m cibuildwheel --output-dir wheelhouse python -m cibuildwheel --output-dir wheelhouse
env: env:
CIBW_SKIP: cp27-* pp* CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
if: contains(github.ref, 'tags/') if: contains(github.ref, 'tags/')

View file

@ -85,7 +85,7 @@ jobs:
run: | run: |
python -m cibuildwheel --output-dir wheelhouse python -m cibuildwheel --output-dir wheelhouse
env: env:
CIBW_SKIP: cp27-* pp* CIBW_BUILD: cp36-* cp37-* cp38-* cp39-*
- uses: actions/upload-artifact@v1 - uses: actions/upload-artifact@v1
if: contains(github.ref, 'tags/') if: contains(github.ref, 'tags/')