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 68c25deCopy full SHA for 68c25de
.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@e6de07ed3921b51089aae6981989889cf1eddd0c # v3.1.1
131
env:
132
CIBW_ARCHS: "native"
133
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
0 commit comments