Skip to content

Commit ee6057b

Browse files
committed
packaging: stop publishing to test pypi server
Publishing fails more often than not because of concurrency issues. Signed-off-by: Doug Hellmann <doug@doughellmann.com>
1 parent 6f14fd7 commit ee6057b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python-publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
- name: Build sdist and wheel
2929
run: |
3030
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/
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/
3636
- name: Publish distribution to PyPI
3737
if: startsWith(github.ref, 'refs/tags')
3838
uses: pypa/gh-action-pypi-publish@master

0 commit comments

Comments
 (0)