Skip to content

Commit

Permalink
deps(workflows): bump pypa/cibuildwheel from 2.21 to 2.22 (#175)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Xuehai Pan <[email protected]>
  • Loading branch information
dependabot[bot] and XuehaiPan authored Nov 25, 2024
1 parent d443de0 commit 3da0f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.21
uses: pypa/cibuildwheel@v2.22
env:
CIBW_BUILD: ${{ env.CIBW_BUILD }}
CIBW_ARCHS: ${{ matrix.archs }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ optree = ['*.so', '*.pyd']
# Reference: https://cibuildwheel.readthedocs.io
[tool.cibuildwheel]
archs = ["native"]
free-threaded-support = true
enable = ["pypy", "cpython-freethreading"]
skip = "*musllinux*"
build-frontend = "build"
test-extras = ["test"]
Expand Down

0 comments on commit 3da0f7d

Please sign in to comment.