Skip to content

Commit

Permalink
Build only 64 bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
bonfus committed Sep 13, 2024
1 parent a602758 commit dcc0df0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on: [push, pull_request, workflow_dispatch]

env:
CIBW_BEFORE_BUILD: pip install setuptools numpy
CIBW_ARCHS_LINUX: x86_64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_ARCHS_WINDOWS: AMD64

jobs:
build_wheels:
Expand Down

0 comments on commit dcc0df0

Please sign in to comment.