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.
2 parents 6e0dfa0 + ad5cf4d commit 0d1131cCopy full SHA for 0d1131c
.github/workflows/publish-package.yml
@@ -97,7 +97,7 @@ jobs:
97
if: >-
98
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
99
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100
- uses: pypa/gh-action-pypi-publish@v1.8.11
+ uses: pypa/gh-action-pypi-publish@v1.8.12
101
with:
102
repository-url: https://test.pypi.org/legacy/
103
print-hash: true
@@ -110,6 +110,6 @@ jobs:
110
111
- name: Publish distribution 📦 to PyPI
112
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
113
114
115
0 commit comments