Skip to content

Commit

Permalink
restore wheel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Feb 15, 2024
1 parent c097997 commit 2e21da0
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ jobs:
fail-fast: false
matrix:
include:
# - os: macos-11
# name: mac-cpython
# cibw:
# build: "cp*"
- os: macos-11
name: mac-cpython
cibw:
build: "cp*"

- os: macos-11
name: mac-pypy
cibw:
build: "pp*"

- os: macos-13
- os: macos-11
name: mac-arm
cibw:
arch: universal2
Expand All @@ -100,41 +100,41 @@ jobs:
cibw:
arch: x86_64
build: "*manylinux*"
#
# - name: manylinux-i686
# cibw:
# arch: i686
# build: "*manylinux*"
#
# # additional manylinux variants, not specified in pyproject.toml:
# # build with newer 2_28 for cpython >= 3.10, pypy 3.9
# - name: manylinux-x86_64-2_28
# cibw:
# arch: x86_64
# build: "cp31*-manylinux* pp39-manylinux*"
# manylinux_x86_64_image: manylinux_2_28
#
# - name: musllinux
# cibw:
# build: "*musllinux*"

# - name: win32
# os: windows-2019
# architecture: x86
# cibw:
# build: "cp*win32"
#
# - os: windows-2019
# name: win-pypy
# architecture: x64
# cibw:
# build: "pp*win_amd64"
#
# - os: windows-2019
# name: win_amd64
# architecture: x64
# cibw:
# build: "cp*win_amd64"

- name: manylinux-i686
cibw:
arch: i686
build: "*manylinux*"

# additional manylinux variants, not specified in pyproject.toml:
# build with newer 2_28 for cpython >= 3.10, pypy 3.9
- name: manylinux-x86_64-2_28
cibw:
arch: x86_64
build: "cp31*-manylinux* pp39-manylinux*"
manylinux_x86_64_image: manylinux_2_28

- name: musllinux
cibw:
build: "*musllinux*"

- name: win32
os: windows-2019
architecture: x86
cibw:
build: "cp*win32"

- os: windows-2019
name: win-pypy
architecture: x64
cibw:
build: "pp*win_amd64"

- os: windows-2019
name: win_amd64
architecture: x64
cibw:
build: "cp*win_amd64"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e21da0

Please sign in to comment.