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 444830f + e68ea3c commit 74d3f7dCopy full SHA for 74d3f7d
.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.12.2
+ # uses: pypa/gh-action-pypi-publish@v1.12.3
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
- uses: pypa/gh-action-pypi-publish@v1.12.2
+ uses: pypa/gh-action-pypi-publish@v1.12.3
108
with:
109
print-hash: true
110
0 commit comments