Skip to content

Commit

Permalink
Update cibuildwheel to 2.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Aug 15, 2024
1 parent d260cf1 commit 6959420
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.19.2
pipx install cibuildwheel==2.20.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.19.2
- uses: pypa/cibuildwheel@v2.20.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 @@
d1d3c780c7a2d30b2a038903289ea7487303a218
fe15ee69b9225f808f8ed735671b73c31ae1bed8

0 comments on commit 6959420

Please sign in to comment.