Implement @henriii's suggestion, adding a separate job on Linux to upload all artifacts at once

This commit is contained in:
Yannick Jadoul
2020-06-02 11:48:15 +02:00
parent dd3c87ece2
commit 66b392f4ee
3 changed files with 84 additions and 49 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build_wheels:
name: Build wheel on ${{ matrix.os }}
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
@@ -27,7 +27,7 @@ jobs:
run: |
choco install vcpython27 -f -y
- name: Build wheel
- name: Build wheels
run: |
python -m cibuildwheel --output-dir wheelhouse