File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments