Skip to content

Commit 88ff085

Browse files
authored
ci: revert pypa/gh-action-pypi-publish from v1.14.0 to v1.13.0 (#338)
1 parent d3b8184 commit 88ff085

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release_python_binding.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Publish to TestPyPI
155155
if: contains(github.ref, '-')
156-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
156+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
157157
with:
158158
repository-url: https://test.pypi.org/legacy/
159159
skip-existing: true
@@ -162,7 +162,7 @@ jobs:
162162

163163
- name: Publish to PyPI
164164
if: ${{ !contains(github.ref, '-') }}
165-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
165+
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
166166
with:
167167
skip-existing: true
168168
packages-dir: bindings/python/dist

0 commit comments

Comments
 (0)