removing testpypi (#1332)
* Adding Travis-CI cmake static * fix 64-bit fstenv (#1300) * fix 64-bit fstenv * fix fstenv * safe_zip to false and travis adjustment * Fixed zip_safe and cygwin setup * Removing testpypi Co-authored-by: liangjs <761232680@qq.com>
This commit is contained in:
8
.github/workflows/python-publish.yml
vendored
8
.github/workflows/python-publish.yml
vendored
@ -60,15 +60,7 @@ jobs:
|
|||||||
name: artifact
|
name: artifact
|
||||||
path: dist
|
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 PyPI
|
- name: Publish distribution 📦 to PyPI
|
||||||
if: ${{ success() }}
|
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
|
Reference in New Issue
Block a user