Skip to content

Commit 142c1a1

Browse files
committed
Merge branch 'main' into release
2 parents 00536a9 + e83238c commit 142c1a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ jobs:
9797
if: >-
9898
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags'))
9999
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
100-
uses: pypa/gh-action-pypi-publish@v1.11.0
100+
uses: pypa/gh-action-pypi-publish@v1.12.2
101101
with:
102102
repository-url: https://test.pypi.org/legacy/
103103
print-hash: true
104104

105105
- name: Publish distribution 📦 to PyPI
106106
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
107-
uses: pypa/gh-action-pypi-publish@v1.11.0
107+
uses: pypa/gh-action-pypi-publish@v1.12.2
108108
with:
109109
print-hash: true
110110

0 commit comments

Comments
 (0)