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 7cadda9 commit e55fcc5Copy full SHA for e55fcc5
.github/workflows/pypi.yaml
@@ -46,7 +46,7 @@ jobs:
46
run: |
47
python -m twine check dist/*
48
- name: Publish package to PyPI
49
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
50
with:
51
user: __token__
52
password: ${{ secrets.PYPI_WRF_PYTHON }}
0 commit comments