We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e02d39f + d37a3a9 commit e606cb4Copy full SHA for e606cb4
1 file changed
.github/workflows/publish_to_pypi.yaml
@@ -25,7 +25,7 @@ jobs:
25
python -m build
26
python -m twine check dist/*
27
- name: Publish a Python distribution to PyPI
28
- uses: pypa/gh-action-pypi-publish@v1.6.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
29
with:
30
user: __token__
31
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments