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 1d549b7 commit 675844aCopy full SHA for 675844a
.github/workflows/release.yml
@@ -26,6 +26,6 @@ jobs:
26
run: |
27
python setup.py clean --all sdist bdist_wheel
28
- name: 📦 Publish release to PyPI
29
- uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
30
with:
31
password: ${{ secrets.pypi_password }}
0 commit comments