Skip to content

Commit

Permalink
github actions: fixes for trying to build all wheels using cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCzarnecki committed Oct 30, 2024
1 parent 503097c commit 58d460a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
architecture: [x64, x86, arm64]
architecture: [x86_64, arm64]

steps:
- name: Checkout repository
Expand All @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'
architecture: ${{ matrix.architecture }}

- name: Install cibuildwheel
run: |
Expand Down

0 comments on commit 58d460a

Please sign in to comment.