Fix GHA example syntax

This commit is contained in:
Joe Rickerby
2021-02-05 20:17:53 +00:00
parent c7ad0c7654
commit 3940d38b4d
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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:
+3 -3
View File
@@ -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: