diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 73293b99..65300475 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.22.0 + pipx install cibuildwheel==2.23.0 pipx install pypyp==1.2.0 - id: set-matrix run: | @@ -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 diff --git a/mypy_commit b/mypy_commit index 960fdad0..10017fa4 100644 --- a/mypy_commit +++ b/mypy_commit @@ -1 +1 @@ -8104d0198813a59dd26c8e9f50779533c60292b4 +66dde1497fae172988d577ef1a41ee0d89a47b56