File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -68,12 +68,13 @@ jobs:
6868 with :
6969 packages-dir : generated/python/datadoc_model/dist
7070
71- - name : Publish package on TestPyPI
72- if : (!steps.check-version.outputs.tag)
73- uses : pypa/gh-action-pypi-publish@v1.12.4
74- with :
75- packages-dir : generated/python/datadoc_model/dist
76- repository-url : https://test.pypi.org/legacy/
71+ # This package isn't currently published on TestPyPI
72+ # - name: Publish package on TestPyPI
73+ # if: (!steps.check-version.outputs.tag)
74+ # uses: pypa/gh-action-pypi-publish@v1.12.4
75+ # with:
76+ # packages-dir: generated/python/datadoc_model/dist
77+ # repository-url: https://test.pypi.org/legacy/
7778
7879 - name : Publish the release notes
7980 uses : release-drafter/release-drafter@v6.1.0
You can’t perform that action at this time.
0 commit comments