Skip to content

Commit

Permalink
test windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 23, 2024
1 parent 12f57dc commit 9c25307
Showing 1 changed file with 53 additions and 52 deletions.
105 changes: 53 additions & 52 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,63 +72,63 @@ jobs:
fail-fast: false
matrix:
include:
- os: macos-12
name: mac-cpython
cibw:
build: "cp*"

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

- os: macos-14
name: mac-arm
cibw:
arch: universal2
build: "cp*"

- name: manylinux-x86_64
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"
# free-threaded doesn't seem to work on Windows
skip: "*t-win*"

- os: windows-2019
name: win-pypy
architecture: x64
cibw:
build: "pp*win_amd64"
# - os: macos-12
# name: mac-cpython
# cibw:
# build: "cp*"
#
# - os: macos-12
# name: mac-pypy
# cibw:
# build: "pp*"
#
# - os: macos-14
# name: mac-arm
# cibw:
# arch: universal2
# build: "cp*"
#
# - name: manylinux-x86_64
# 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"
# # free-threaded doesn't seem to work on Windows
# skip: "*t-win*"
#
# - 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"
build: "cp312*win_amd64"
# free-threaded doesn't seem to work on Windows
skip: "*t-win*"

Expand All @@ -137,6 +137,7 @@ jobs:
architecture: x64
cibw:
arch: ARM64
build: "cp312*"
# free-threaded doesn't seem to work on Windows
skip: "cp37* *t-win*"

Expand Down

0 comments on commit 9c25307

Please sign in to comment.