Skip to content

Commit

Permalink
Build all archs (#23)
Browse files Browse the repository at this point in the history
This patch allows to build all architectures of the wheel.
  • Loading branch information
ybubnov authored Feb 24, 2024
1 parent c792d6e commit 0a5a3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
cibw_arch: ['x86_64', 'aarch64', 'arm64', 'universal2']
cibw_arch: ['all']

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 0a5a3a9

Please sign in to comment.