Skip to content

Commit 3e88b5b

Browse files
committed
mre release
1 parent 88ec667 commit 3e88b5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ jobs:
3333
python: [ cp39, cp310, cp311, cp312, cp313 ]
3434
platform:
3535
- { os: windows-2025, arch: amd64, cibw_system: win }
36-
- { os: ubuntu-24.04, arch: x86_64, cibw_system: manylinux }
37-
- { os: ubuntu-24.04-arm, arch: aarch64, cibw_system: manylinux }
38-
- { os: macos-15, arch: arm64, cibw_system: macosx }
39-
- { os: macos-15, arch: universal2, cibw_system: macosx }
40-
- { os: macos-13, arch: x86_64, cibw_system: macosx }
36+
# - { os: ubuntu-24.04, arch: x86_64, cibw_system: manylinux }
37+
# - { os: ubuntu-24.04-arm, arch: aarch64, cibw_system: manylinux }
38+
# - { os: macos-15, arch: arm64, cibw_system: macosx }
39+
# - { os: macos-15, arch: universal2, cibw_system: macosx }
40+
# - { os: macos-13, arch: x86_64, cibw_system: macosx }
4141
minimal:
4242
- ${{ inputs.minimal }}
4343
exclude:

0 commit comments

Comments
 (0)