Skip to content

Commit

Permalink
try all the windows wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 26, 2024
1 parent 46f79bc commit 7e330c6
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,25 +110,25 @@ jobs:
# 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"
- 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: "cp312*win_amd64"
build: "cp*win_amd64"
# free-threaded doesn't seem to work on Windows
skip: "*t-win*"

Expand All @@ -137,7 +137,6 @@ 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 7e330c6

Please sign in to comment.