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 f354b9c commit cb78a6eCopy full SHA for cb78a6e
.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.11.0
42
with:
43
user: __token__
44
password: ${{ secrets.pypi_password }}
0 commit comments