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
+1 -4
View File
@@ -26,15 +26,12 @@ jobs:
with:
python-version: '3.8'
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==1.8.0
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'
run: choco install vcpython27 -f -y
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
uses: joerick/cibuildwheel@v1.8.0
- uses: actions/upload-artifact@v2
with: