Fix GHA example syntax
This commit is contained in:
@@ -90,9 +90,9 @@ jobs:
|
||||
|
||||
- name: Build wheels
|
||||
run: python -m cibuildwheel --output-dir wheelhouse
|
||||
env:
|
||||
# if you need to supply options, put them here. e.g.
|
||||
# CIBW_SOME_OPTION: value
|
||||
# to supply options, put them in 'env', like:
|
||||
# env:
|
||||
# CIBW_SOME_OPTION: value
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
@@ -19,9 +19,9 @@ jobs:
|
||||
|
||||
- name: Build wheels
|
||||
uses: joerick/cibuildwheel@v1.8.0
|
||||
env:
|
||||
# if you need to supply options, put them here. e.g.
|
||||
# CIBW_SOME_OPTION: value
|
||||
# to supply options, put them in 'env', like:
|
||||
# env:
|
||||
# CIBW_SOME_OPTION: value
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user