Skip to content

Commit 4a419aa

Browse files
committed
[CI] Temporarily remove the Publish distribution 📦 to Test PyPI.
1 parent c68304e commit 4a419aa

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/github-actions-ubuntu.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
run: |
9898
codecov
9999
100-
- name: Publish distribution 📦 to Test PyPI
101-
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
102-
uses: pypa/gh-action-pypi-publish@release/v1
103-
with:
104-
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
105-
repository-url: https://test.pypi.org/legacy/
100+
# - name: Publish distribution 📦 to Test PyPI
101+
# if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
102+
# uses: pypa/gh-action-pypi-publish@release/v1
103+
# with:
104+
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
105+
# repository-url: https://test.pypi.org/legacy/
106106

107107
- name: Publish distribution 📦 to PyPI
108108
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)