Skip to content

Commit

Permalink
Update cibuildwheel to 2.23.0 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Mar 3, 2025
1 parent fbbe278 commit 3e5abcd
Show file tree
Hide file tree
Showing 2 changed files with 3 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.22.0
pipx install cibuildwheel==2.23.0
pipx install pypyp==1.2.0
- id: set-matrix
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
git clone https://github.com/python/mypy.git --recurse-submodules
git -C mypy checkout $(cat mypy_commit)
- uses: pypa/cibuildwheel@v2.22.0
- uses: pypa/cibuildwheel@v2.23.0
with:
config-file: cibuildwheel.toml
package-dir: mypy
Expand Down
2 changes: 1 addition & 1 deletion mypy_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8104d0198813a59dd26c8e9f50779533c60292b4
66dde1497fae172988d577ef1a41ee0d89a47b56

0 comments on commit 3e5abcd

Please sign in to comment.