We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd29ecf commit 62ff675Copy full SHA for 62ff675
.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.11.0
+ uses: pypa/gh-action-pypi-publish@v1.12.2
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