Skip to content

Commit

Permalink
Update cibuildwheel to 2.16.2 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored Oct 4, 2023
1 parent 38e15ce commit 0272af3
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.16.1
pipx install cibuildwheel==2.16.2
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/[email protected].1
- uses: pypa/[email protected].2
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 @@
2aaeda4b84a863004a6694a7d562462fbe531ece
b1ba661122dc39d9bbc53cf5df334c9f56b1a729

0 comments on commit 0272af3

Please sign in to comment.