Skip to content

Commit f39f2fd

Browse files
committed
Disable autopublish to testpypi
Temp disable publishing to testpypi as we don't have an account there.
1 parent 083ff9e commit f39f2fd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/release.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ jobs:
5656
user: __token__
5757
password: ${{ secrets.PYPI_TOKEN }}
5858

59-
- name: Publish package on TestPyPI
60-
if: "! steps.check-version.outputs.tag"
61-
uses: pypa/gh-action-pypi-publish@v1.12.2
62-
with:
63-
user: __token__
64-
password: ${{ secrets.TEST_PYPI_TOKEN }}
65-
repository_url: https://test.pypi.org/legacy/
59+
# - name: Publish package on TestPyPI
60+
# if: "! steps.check-version.outputs.tag"
61+
# uses: pypa/gh-action-pypi-publish@v1.12.2
62+
# with:
63+
# user: __token__
64+
# password: ${{ secrets.TEST_PYPI_TOKEN }}
65+
# repository_url: https://test.pypi.org/legacy/
6666

6767
- name: Publish the release notes
6868
uses: release-drafter/release-drafter@v6.0.0

0 commit comments

Comments
 (0)