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 - name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse run: python -m cibuildwheel --output-dir wheelhouse
env: # to supply options, put them in 'env', like:
# if you need to supply options, put them here. e.g. # env:
# CIBW_SOME_OPTION: value # CIBW_SOME_OPTION: value
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with:
+3 -3
View File
@@ -19,9 +19,9 @@ jobs:
- name: Build wheels - name: Build wheels
uses: joerick/cibuildwheel@v1.8.0 uses: joerick/cibuildwheel@v1.8.0
env: # to supply options, put them in 'env', like:
# if you need to supply options, put them here. e.g. # env:
# CIBW_SOME_OPTION: value # CIBW_SOME_OPTION: value
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
with: with: