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 acbc96c commit 62f0443Copy full SHA for 62f0443
.github/workflows/pypi.yaml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
python -m twine check dist/*
46
- name: Publish package to PyPI
47
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
48
with:
49
user: __token__
50
password: ${{ secrets.PYPI_WRF_PYTHON }}
0 commit comments