Use the composite-steps action in more examples

This commit is contained in:
Joe Rickerby
2021-02-05 19:19:19 +00:00
parent adc6af9e7c
commit b6eca6ca48
3 changed files with 7 additions and 9 deletions
+5 -1
View File
@@ -17,7 +17,11 @@ jobs:
if: runner.os == 'Windows'
run: choco install vcpython27 -f -y
- uses: joerick/cibuildwheel@v1.8.0
- 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
- uses: actions/upload-artifact@v2
with: