Skip to content

Commit 13fbce2

Browse files
committed
[CI] Temporarily remove the publish distribution 📦 to PyPI.
1 parent 4a419aa commit 13fbce2

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
@@ -104,9 +104,9 @@ jobs:
104104
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
105105
# repository-url: https://test.pypi.org/legacy/
106106

107-
- name: Publish distribution 📦 to PyPI
108-
if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
109-
uses: pypa/gh-action-pypi-publish@release/v1
110-
with:
111-
user: __token__
112-
password: ${{ secrets.PYPI_API_TOKEN }}
107+
# - name: Publish distribution 📦 to PyPI
108+
# if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
109+
# uses: pypa/gh-action-pypi-publish@release/v1
110+
# with:
111+
# user: __token__
112+
# password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)