From 58d460a4c643cb409528b3747315da3bc6987d67 Mon Sep 17 00:00:00 2001 From: StephenCzarnecki Date: Wed, 30 Oct 2024 12:53:06 -0400 Subject: [PATCH] github actions: fixes for trying to build all wheels using cibuildwheel --- .github/workflows/build_wheels.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 6ff1ff5..f4c5759 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -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 @@ -20,7 +20,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: '3.x' - architecture: ${{ matrix.architecture }} - name: Install cibuildwheel run: |