diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47f7c3dd..d75b65c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Build compiled (mypyc) wheels - uses: pypa/cibuildwheel@v4.0.0 + uses: pypa/cibuildwheel@v4.1.0 # All build settings live in [tool.cibuildwheel] in pyproject.toml. - uses: actions/upload-artifact@v6