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.
1 parent d3b8184 commit 88ff085Copy full SHA for 88ff085
1 file changed
.github/workflows/release_python_binding.yml
@@ -153,7 +153,7 @@ jobs:
153
154
- name: Publish to TestPyPI
155
if: contains(github.ref, '-')
156
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b
+ uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e
157
with:
158
repository-url: https://test.pypi.org/legacy/
159
skip-existing: true
@@ -162,7 +162,7 @@ jobs:
162
163
- name: Publish to PyPI
164
if: ${{ !contains(github.ref, '-') }}
165
166
167
168
packages-dir: bindings/python/dist
0 commit comments