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.
1 parent a890dda commit 6ab5e43Copy full SHA for 6ab5e43
.github/workflows/releasing.yml
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Publish distribution 📦 to PyPI
40
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
41
- uses: pypa/gh-action-pypi-publish@v1.10.1
+ uses: pypa/gh-action-pypi-publish@v1.10.2
42
with:
43
user: __token__
44
password: ${{ secrets.pypi_password }}
0 commit comments