We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 573db34 + 0c3fd48 commit 03b9116Copy full SHA for 03b9116
.github/workflows/publish_pypi.yml
@@ -25,6 +25,6 @@ jobs:
25
python -m build
26
- name: Publish distribution to PyPI
27
if: startsWith(github.ref, 'refs/tags') && startsWith(matrix.python-version, '3.9')
28
- uses: pypa/gh-action-pypi-publish@v1.3.0
+ uses: pypa/gh-action-pypi-publish@v1.13.0
29
with:
30
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments