Skip to content

Commit dd6be53

Browse files
committed
test the publiching
1 parent 4515c34 commit dd6be53

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
name: release-dists
5858
path: dist
5959

60-
- name: Publish to TestPyPI
61-
uses: pypa/gh-action-pypi-publish@release/v1
62-
with:
63-
repository_url: https://test.pypi.org/legacy/
64-
user: __token__
65-
password: ${{ secrets.test_pypi_password }}
60+
# - name: Publish to TestPyPI
61+
# uses: pypa/gh-action-pypi-publish@release/v1
62+
# with:
63+
# repository_url: https://test.pypi.org/legacy/
64+
# user: __token__
65+
# password: ${{ secrets.test_pypi_password }}
6666

6767
- name: Publish to PyPI
6868
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)