diff --git a/.github/workflows/compile-pypi.yml b/.github/workflows/compile-pypi.yml index 717317dc..1efacba4 100644 --- a/.github/workflows/compile-pypi.yml +++ b/.github/workflows/compile-pypi.yml @@ -121,7 +121,7 @@ jobs: bentoml-version: 'main' python-version: '3.8' - name: Build wheels via cibuildwheel - uses: pypa/cibuildwheel@39a63b5912f086dd459cf6fcb13dcdd3fe3bc24d # ratchet:pypa/cibuildwheel@v2.15.0 + uses: pypa/cibuildwheel@a873dd9cbf9e3c4c73a1fd11ac31cf835f6eb502 # ratchet:pypa/cibuildwheel@v2.16.0 with: package-dir: ${{ matrix.directory }} config-file: pyproject.toml