Skip to content

Commit ccb2f5f

Browse files
committed
add publish step
1 parent 208ff7b commit ccb2f5f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release_python_nightly.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
path: bindings/python/dist
104104
- name: List downloaded artifacts
105105
run: ls -R bindings/python/dist
106-
# - name: Publish to TestPyPI
107-
# uses: pypa/gh-action-pypi-publish@release/v1
108-
# with:
109-
# repository-url: https://test.pypi.org/legacy/
110-
# skip-existing: true
111-
# packages-dir: bindings/python/dist
106+
- name: Publish to TestPyPI
107+
uses: pypa/gh-action-pypi-publish@release/v1
108+
with:
109+
repository-url: https://test.pypi.org/legacy/
110+
skip-existing: true
111+
packages-dir: bindings/python/dist

0 commit comments

Comments
 (0)