disable publish to testpypi for now

This commit is contained in:
kabeor 2022-02-28 10:42:44 +08:00
parent aba8a06716
commit aafdcace6c
1 changed files with 6 additions and 6 deletions

View File

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