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 b5349cd commit 5897a02Copy full SHA for 5897a02
.github/workflows/build.yml
@@ -119,7 +119,7 @@ jobs:
119
echo "SDIST_DIR=$extractedDir" | Out-File -FilePath $env:GITHUB_ENV -Append
120
121
- name: Build basemap wheels from sdist
122
- uses: pypa/[email protected]
+ uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
123
env:
124
CIBW_ARCHS: "native"
125
CIBW_BUILD: "cp39* cp310* cp311* cp312* cp313*"
@@ -270,7 +270,7 @@ jobs:
270
merge-multiple: true
271
272
- name: Publish to PyPI
273
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
274
with:
275
password: ${{ secrets.PYPI_TOKEN }}
276
repository-url: ${{ secrets.PYPI_REPOSITORY_URL }}
0 commit comments