disable publish to testpypi for now

This commit is contained in:
kabeor 2022-02-28 10:42:44 +08:00
parent aba8a06716
commit aafdcace6c

View File

@ -65,12 +65,12 @@ jobs:
name: artifact
path: dist
- name: Publish distribution 📦 to test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.testpypi_pass }}
repository_url: https://test.pypi.org/legacy/
# - name: Publish distribution 📦 to test PyPI
# uses: pypa/gh-action-pypi-publish@master
# with:
# user: __token__
# password: ${{ secrets.testpypi_pass }}
# repository_url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
if: ${{ success() }}