We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 414ee8a + 9dfd07a commit 0dc73a5Copy full SHA for 0dc73a5
1 file changed
.github/workflows/deploy-sdist.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Publish package to PyPI
23
if: github.event.action == 'published'
24
- uses: pypa/gh-action-pypi-publish@v1.12.4
+ uses: pypa/gh-action-pypi-publish@v1.13.0
25
with:
26
user: __token__
27
password: ${{ secrets.pypi_token }}
0 commit comments