We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f14fd7 commit ee6057bCopy full SHA for ee6057b
1 file changed
.github/workflows/python-publish.yaml
@@ -28,11 +28,11 @@ jobs:
28
- name: Build sdist and wheel
29
run: |
30
python setup.py sdist bdist_wheel
31
- - name: Publish distribution to Test PyPI
32
- uses: pypa/gh-action-pypi-publish@master
33
- with:
34
- password: ${{ secrets.test_pypi_password }}
35
- repository_url: https://test.pypi.org/legacy/
+ # - name: Publish distribution to Test PyPI
+ # uses: pypa/gh-action-pypi-publish@master
+ # with:
+ # password: ${{ secrets.test_pypi_password }}
+ # repository_url: https://test.pypi.org/legacy/
36
- name: Publish distribution to PyPI
37
if: startsWith(github.ref, 'refs/tags')
38
uses: pypa/gh-action-pypi-publish@master
0 commit comments