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 208ff7b commit ccb2f5fCopy full SHA for ccb2f5f
.github/workflows/release_python_nightly.yml
@@ -103,9 +103,9 @@ jobs:
103
path: bindings/python/dist
104
- name: List downloaded artifacts
105
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
+ - name: Publish to TestPyPI
+ uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ repository-url: https://test.pypi.org/legacy/
+ skip-existing: true
+ packages-dir: bindings/python/dist
0 commit comments