From 21235916b9f4f5853da2a24b74b3eed86195d607 Mon Sep 17 00:00:00 2001 From: chfl4gs <55137784+chfl4gs@users.noreply.github.com> Date: Tue, 22 Sep 2020 03:36:07 +0800 Subject: [PATCH] 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> --- .github/workflows/python-publish.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 11d9e68b..7f0c1de2 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -60,15 +60,7 @@ 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 PyPI - if: ${{ success() }} uses: pypa/gh-action-pypi-publish@master with: user: __token__