Skip to content

Commit

Permalink
Update cibuildwheel to 2.18.0 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed May 12, 2024
1 parent d181820 commit ba8c76f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git -C mypy checkout $(cat mypy_commit)
- name: Install cibuildwheel and pypyp
run: |
pipx install cibuildwheel==2.17.0
pipx install cibuildwheel==2.18.0
pipx install pypyp==1
- id: set-matrix
run: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
git clone https://github.com/python/mypy.git --recurse-submodules
git -C mypy checkout $(cat mypy_commit)
- uses: pypa/cibuildwheel@v2.17.0
- uses: pypa/cibuildwheel@v2.18.0
with:
config-file: cibuildwheel.toml
package-dir: mypy
Expand Down
1 change: 1 addition & 0 deletions cibuildwheel.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[tool.cibuildwheel]

build-frontend = "build"
musllinux-x86_64-image = "musllinux_1_1" # Change to musllinux_1_2 at some point

# Don't build 32-bit wheels or PyPy
skip = [
Expand Down
2 changes: 1 addition & 1 deletion mypy_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
80190101f68b52e960c22572ed6cc814de078b9c
35fbd2a852be2c47e8006429afe9b3ad4b1bfac2

0 comments on commit ba8c76f

Please sign in to comment.