We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3145b0 commit ea64646Copy full SHA for ea64646
.github/workflows/publish-package.yml
@@ -94,7 +94,7 @@ jobs:
94
if: >-
95
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
96
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
97
- uses: pypa/gh-action-pypi-publish@v1.9.0
+ uses: pypa/gh-action-pypi-publish@v1.10.0
98
with:
99
repository-url: https://test.pypi.org/legacy/
100
print-hash: true
@@ -107,6 +107,6 @@ jobs:
107
108
- name: Publish distribution 📦 to PyPI
109
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
110
111
112
0 commit comments