disable publish to testpypi for now
This commit is contained in:
parent
aba8a06716
commit
aafdcace6c
|
@ -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() }}
|
||||||
|
|
Loading…
Reference in New Issue