We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a419aa commit 13fbce2Copy full SHA for 13fbce2
.github/workflows/github-actions-ubuntu.yml
@@ -104,9 +104,9 @@ jobs:
104
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
105
# repository-url: https://test.pypi.org/legacy/
106
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 }}
+# - name: Publish distribution 📦 to PyPI
+# if: matrix.python-version == '3.8' && matrix.os == 'ubuntu-latest'
+# uses: pypa/gh-action-pypi-publish@release/v1
+# with:
+# user: __token__
+# password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments