Skip to content

Commit

Permalink
try restricting to 64-bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 30, 2023
1 parent db76ffc commit aab8134
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_ARCHS: 'auto64'
CIBW_BEFORE_BUILD_WINDOWS: "choco install ninja"
CIBW_BEFORE_BUILD_MACOS: "brew install ninja"
# CIBW_BEFORE_BUILD_LINUX: "apt-get install -y ninja-build"
Expand Down

0 comments on commit aab8134

Please sign in to comment.