Skip to content

Commit

Permalink
ci: give up on Windows 32 bits
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Nov 26, 2024
1 parent e56baeb commit 70e1a8b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ jobs:
- os: ubuntu-latest
archs: s390x
manylinux_version: manylinux2014
- os: windows-latest
archs: x86
- os: windows-latest
archs: ARM64
steps:
Expand Down Expand Up @@ -127,16 +125,6 @@ jobs:
CIBW_TEST_COMMAND: python -m pytest {package}/py/tests -v
run: |
python -m cibuildwheel . --output-dir dist
- name: Build wheels
if: runner.os == 'Windows' && matrix.archs == 'x86'
env:
CIBW_BUILD: "cp311-* cp312-* cp313-* pp310-*"
CIBW_ARCHS_WINDOWS: x86
CIBW_ENVIRONMENT_WINDOWS: CPPY_DISABLE_FH4=1
CIBW_TEST_REQUIRES: pytest
CIBW_TEST_COMMAND: python -m pytest {package}/py/tests -v
run: |
python -m cibuildwheel . --output-dir dist
- name: Build wheels
if: runner.os == 'Windows' && matrix.archs == 'ARM64'
env:
Expand Down

0 comments on commit 70e1a8b

Please sign in to comment.