Build for every supported architecture on ci builds

This commit is contained in:
angie 2022-07-09 15:51:19 -04:00
parent ac1dd252a6
commit 5b68266148

View File

@ -9,13 +9,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-10.15, windows-2019]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- name: Build wheels
uses: pypa/cibuildwheel@v2.5.0
env:
CIBW_ARCHS_WINDOWS: "all"
CIBW_ARCHS_LINUX: "all"
CIBW_ARCHS_MACOS: "all"
- uses: actions/upload-artifact@v2
with: