Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jan 21, 2024
1 parent 92ec8e2 commit 14f03aa
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,31 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
architecture: [x86, x64, arm64]
include:
- os: macos-latest
architecture: x64
archs: x64
platform_id: macosx_*
- os: windows-latest
architecture: x64
archs: x64
platform_id: win_amd64
- os: windows-latest
architecture: x86
archs: x86
platform_id: win32
- os: ubuntu-latest
architecture: x64
archs: x64
platform_id: manylinux_x86_64
- os: ubuntu-latest
architecture: aarch64
archs: aarch64
platform_id: manylinux_aarch64
exclude:
- os: macos-latest
architecture: arm64
archs: arm64
- os: macos-latest
architecture: x86
archs: x86
- os: windows-latest
architecture: arm64
archs: arm64
- os: ubuntu-latest
architecture: x86
archs: x86

steps:
#===============================================#
Expand Down

0 comments on commit 14f03aa

Please sign in to comment.