diff options
author | Matti Picus <matti.picus@gmail.com> | 2023-02-01 15:50:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-01 15:50:53 +0200 |
commit | 340b3ff2ea6fdfebcb43a83aa8799dffd77ab325 (patch) | |
tree | 4303e5435608c7c7a42a172f141fbd670c02a0c6 /.github | |
parent | d352270849b3cbff4fcf5511551a247065474f01 (diff) | |
parent | 20d397400d6325cff3decbba3d6195418e873237 (diff) | |
download | numpy-340b3ff2ea6fdfebcb43a83aa8799dffd77ab325.tar.gz |
Merge pull request #23069 from andyfaff/wheel
BLD: musllinux wheel build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/wheels.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index a9e9ea9d4..3ce70d7ba 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -75,6 +75,7 @@ jobs: # https://github.com/github/feedback/discussions/7835#discussioncomment-1769026 buildplat: - [ubuntu-20.04, manylinux_x86_64] + - [ubuntu-20.04, musllinux_x86_64] - [macos-12, macosx_*] - [windows-2019, win_amd64] - [windows-2019, win32] @@ -82,8 +83,8 @@ jobs: exclude: # Don't build PyPy 32-bit windows - buildplat: [windows-2019, win32] - python: "pp38" - - buildplat: [windows-2019, win32] + python: "pp39" + - buildplat: [ ubuntu-20.04, musllinux_x86_64 ] python: "pp39" env: IS_32_BIT: ${{ matrix.buildplat[1] == 'win32' }} |