Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Jan 8, 2025
1 parent 247a68d commit b5425a1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
# FIXME: win with pypy gives strange link err for PyContext_
# os: [ubuntu, macos, windows]
os: [ubuntu, macos]
target: [x86_64, aarch64]
manylinux: [auto]
include:
Expand Down Expand Up @@ -64,12 +66,13 @@ jobs:
platform: linux
target: aarch64
manylinux: musllinux_1_1
- os: windows
target: x86_64
interpreter: pypy3.9 pypy3.10
exclude:
- os: windows
target: aarch64
# FIXME: win with pypy gives strange link err for PyContext_
# - os: windows
# target: x86_64
# interpreter: pypy3.9 pypy3.10
# exclude:
# - os: windows
# target: aarch64

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

0 comments on commit b5425a1

Please sign in to comment.