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 023db27 commit 3621020Copy full SHA for 3621020
.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.12.2
+ uses: pypa/gh-action-pypi-publish@v1.13.0
42
with:
43
user: __token__
44
password: ${{ secrets.pypi_password }}
0 commit comments