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 00536a9 + e83238c commit 142c1a1Copy full SHA for 142c1a1
.github/workflows/publish-package.yml
@@ -97,14 +97,14 @@ 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
104
105
- name: Publish distribution 📦 to PyPI
106
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107
108
109
110
0 commit comments