Skip to content

Commit

Permalink
Fixing release script for windows aarch64 and 3.12 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 8, 2023
1 parent 0282296 commit bcd832e
Showing 1 changed file with 19 additions and 14 deletions.
33 changes: 19 additions & 14 deletions .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@ jobs:
ls: dir
target: i686
python-architecture: x86
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
interpreter: 3.7 3.8 3.9 3.10 3.11
- os: windows
ls: dir
target: aarch64
interpreter: 3.11 3.12
target: x86_64
python-architecture: x64
interpreter: 3.7 3.8 3.9 3.10 3.11
# - os: windows
# ls: dir
# target: aarch64
# interpreter: 3.11 3.12
- os: macos
target: aarch64
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12 pypy3.8 pypy3.9 pypy3.10
Expand Down Expand Up @@ -78,17 +83,17 @@ jobs:
platform: linux
target: s390x
interpreter: 3.7 3.8 3.9 3.10 3.11 3.12
# exclude:
# # Optimized PGO builds for x86_64 manylinux and windows follow a different matrix,
# # maybe in future maturin-action can support this automatically
# - os: ubuntu
# target: x86_64
# manylinux: auto
# - os: windows
# target: x86_64
# # Windows on arm64 only supports Python 3.11+
# - os: windows
# target: aarch64
exclude:
# Optimized PGO builds for x86_64 manylinux and windows follow a different matrix,
# maybe in future maturin-action can support this automatically
# - os: ubuntu
# target: x86_64
# manylinux: auto
# - os: windows
# target: x86_64
# Windows on arm64 only supports Python 3.11+
- os: windows
target: aarch64

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit bcd832e

Please sign in to comment.