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.
2 parents 708a3e1 + 09e280b commit ec2e933Copy full SHA for ec2e933
.github/workflows/deploy-sdist.yaml
@@ -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_password }}
0 commit comments