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 1e4cfbe + 2c3ea0c commit aa60881Copy full SHA for aa60881
.github/workflows/deploy-sdist.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Publish package to PyPI
21
if: github.event.action == 'published'
22
- uses: pypa/gh-action-pypi-publish@v1.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
23
with:
24
user: __token__
25
password: ${{ secrets.pypi_password }}
0 commit comments