Skip to content

Commit

Permalink
Turn off universal; change regex for win
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Aug 20, 2024
1 parent 8e7003a commit 0047b9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheel_creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
CIBW_ARCHS_LINUX: "native"
CIBW_ARCHS_MACOS: "native arm64"
CIBW_ARCHS_WINDOWS: "native ARM64"
CIBW_SKIP: "*-musllinux* *{311,312}-win*"
CIBW_SKIP: "cp{311,312}-win32 cp{311,312}-win_amd64 cp{311,312}-win_arm64 *-musllinux*"
CIBW_BUILD: ${{ matrix.wheel-version }}
CIBW_BUILD_VERBOSITY: 1
CIBW_BEFORE_BUILD: pip install cython pybind11
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
[metadata]
license_files = LICENSE.md

[bdist_wheel]
universal=1

[tool:pytest]
filterwarnings = ignore::RuntimeWarning
junit_family = xunit2
Expand Down

0 comments on commit 0047b9b

Please sign in to comment.