From 552cee5648f354f76757b14045169c146ac2ddac Mon Sep 17 00:00:00 2001 From: Thomas Dowrick Date: Fri, 1 May 2020 13:44:11 +0100 Subject: [PATCH] Issue #46: Remove test PyPI deployment - not compaitble with versioneer naming for untagged commits, not worth fixing (for now) --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0621db0..ce9db84 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,13 +41,6 @@ jobs: run: | python setup.py sdist - - name: Publish package to Test PyPI - uses: pypa/gh-action-pypi-publish@master - with: - user: __token__ - password: ${{ secrets.PYPI_TEST_API_TOKEN }} - repository_url: https://test.pypi.org/legacy/ - - name: Publish package if tagged release if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') uses: pypa/gh-action-pypi-publish@master