Skip to content

Commit

Permalink
add more platforms/architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
sumerc committed Oct 31, 2024
1 parent c27c61b commit dc0fb00
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/github-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,18 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
architecture: [x86_64, arm64]

steps:
- uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_ARCHS_MACOS: ${{ matrix.architecture }}
CIBW_PLATFORM: ${{ matrix.platform }} # Set platform based on matrix
CIBW_BUILD_VERBOSITY: 1

- uses: actions/upload-artifact@v4
with:
path: ./wheelhouse/*.whl
Expand Down

0 comments on commit dc0fb00

Please sign in to comment.