We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7473ca commit 3d04062Copy full SHA for 3d04062
.github/workflows/build.yml
@@ -127,7 +127,7 @@ jobs:
127
echo "SDIST_DIR=$extractedDir" | Out-File -FilePath $env:GITHUB_ENV -Append
128
129
- name: Build basemap wheels from sdist
130
- uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
+ uses: pypa/cibuildwheel@352e01339f0a173aa2a3eb57f01492e341e83865 # v3.1.3
131
env:
132
CIBW_ARCHS: "native"
133
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
0 commit comments