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 4238e1c commit f78774aCopy full SHA for f78774a
.github/workflows/pypi-publish.yaml
@@ -55,6 +55,6 @@ jobs:
55
56
- name: Publish package 📦 to PyPI
57
if: github.event_name == 'release'
58
- uses: pypa/gh-action-pypi-publish@v1.12
+ uses: pypa/gh-action-pypi-publish@v1.12.4
59
with:
60
verbose: true
0 commit comments