Skip to content

Commit 425f3aa

Browse files
committed
Remove publishing on TestPyPI
1 parent 120423b commit 425f3aa

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/release-python.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)