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 d08666cCopy full SHA for d08666c
.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@7c619efba910c04005a835b110b057fc28fd6e93 # v3.2.0
131
env:
132
CIBW_ARCHS: "native"
133
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
0 commit comments