diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c7618df..f9ae78f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -119,7 +119,7 @@ jobs: platforms: all - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.2 - uses: actions/upload-artifact@v4 with: @@ -150,7 +150,7 @@ jobs: run: (Get-Content -path "pyproject.toml") | % { $_ -Replace '^version = ".*?"$', "version = `"$env:version_to_use`"" } | Out-File "pyproject.toml" - name: Build wheels - uses: pypa/cibuildwheel@v2.20.0 + uses: pypa/cibuildwheel@v2.21.2 - uses: actions/upload-artifact@v4 with: