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 5c45adf commit 3d3b1e2Copy full SHA for 3d3b1e2
.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/[email protected].0
+ uses: pypa/[email protected].1
50
with:
51
user: __token__
52
password: ${{ secrets.PYPI_WRF_PYTHON }}
0 commit comments