We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b34e1d0 commit 513de8aCopy full SHA for 513de8a
.github/workflows/deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m build
24
- name: Publish to PyPI
25
if: success()
26
- uses: pypa/gh-action-pypi-publish@v1.1.0
+ uses: pypa/gh-action-pypi-publish@v1.12.4
27
with:
28
user: __token__
29
password: ${{ secrets.PYPI_PASSWORD }}
0 commit comments