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 f080e50 commit 56309faCopy full SHA for 56309fa
.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@95d2f3a92fbf80abe066b09418bbf128a8923df2 # v3.0.1
131
env:
132
CIBW_ARCHS: "native"
133
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
0 commit comments