diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 706e76fed..5320b2317 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: echo "SDIST_DIR=$extractedDir" | Out-File -FilePath $env:GITHUB_ENV -Append - name: Build basemap wheels from sdist - uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0 + uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3 env: CIBW_ARCHS: "native" CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"