Skip to content

Commit

Permalink
try all
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jan 20, 2024
1 parent 09e4072 commit e7ba631
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
architecture: [x86, x64]
architecture: [all]
include:
- os: macos-latest
architecture: x64
Expand Down Expand Up @@ -82,11 +82,11 @@ jobs:
#===============================================#
# wheels
- name: Build wheels
uses: pypa/[email protected].1
uses: pypa/[email protected].2
with:
output-dir: wheelhouse
env:
CIBW_SKIP: cp37-macosx_arm64
CIBW_SKIP: cp38-win_arm64
CIBW_BUILD: ${{ env.CIBW_BUILD_IDENTIFIER }}
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_TEST_SKIP: cp*-macosx_arm64
Expand Down

0 comments on commit e7ba631

Please sign in to comment.