diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae398458..15bac614 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: git -C mypy checkout $(cat mypy_commit) - name: Install cibuildwheel and pypyp run: | - pipx install cibuildwheel==2.21.1 + pipx install cibuildwheel==2.21.2 pipx install pypyp==1 - id: set-matrix run: | @@ -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.21.1 + - uses: pypa/cibuildwheel@v2.21.2 with: config-file: cibuildwheel.toml package-dir: mypy diff --git a/mypy_commit b/mypy_commit index 44b07e53..5f3d0f05 100644 --- a/mypy_commit +++ b/mypy_commit @@ -1 +1 @@ -5c38427a53f409bae068c314e119fecc77730d76 +ac98ab59f7811a4b7272161610abc21958a528b2