Skip to content

Commit b98c53f

Browse files
authored
[org] update publish
1 parent 0115ef2 commit b98c53f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/publish.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
run: >-
2929
python setup.py sdist bdist_wheel
3030
31-
- name: Publish to Test PyPI
32-
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33-
uses: pypa/gh-action-pypi-publish@master
34-
with:
35-
user: __token__
36-
password: ${{ secrets.test_pypi_password }}
37-
repository_url: https://test.pypi.org/legacy/
31+
# - name: Publish to Test PyPI
32+
# if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33+
# uses: pypa/gh-action-pypi-publish@master
34+
# with:
35+
# user: __token__
36+
# password: ${{ secrets.test_pypi_password }}
37+
# repository_url: https://test.pypi.org/legacy/
3838

3939
- name: Publish distribution 📦 to PyPI
4040
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'

0 commit comments

Comments
 (0)