Skip to content

Commit

Permalink
mods release
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfix committed Jan 20, 2025
1 parent 05ce35e commit 40a6f03
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,29 @@ jobs:
- os: ubuntu
platform: linux
target: aarch64
# mimalloc not supported on manylinux2014 cross-compile container
extra-build-args: --no-default-features
# musllinux
- os: ubuntu
platform: linux
target: x86_64
manylinux: musllinux_1_1
- os: ubuntu
platform: linux
target: aarch64
manylinux: musllinux_1_1
- os: ubuntu
platform: linux
target: ppc64le
interpreter: 3.9 3.10 3.11 3.12 3.13
# mimalloc not supported on manylinux2014 cross-compile container
extra-build-args: --no-default-features
- os: ubuntu
platform: linux
target: s390x
interpreter: 3.9 3.10 3.11 3.12 3.13
# mimalloc not supported on manylinux2014 cross-compile container
extra-build-args: --no-default-features

runs-on: ${{ matrix.os }}-latest
steps:
Expand Down Expand Up @@ -103,7 +118,7 @@ jobs:

Release:
needs: [ build, build_sdist, build_none ]
if: success() && startsWith(github.ref, 'refs/tags/')
if: success()
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 40a6f03

Please sign in to comment.