Skip to content

Commit

Permalink
Issue #46: Remove test PyPI deployment - not compaitble with versione…
Browse files Browse the repository at this point in the history
…er naming for untagged commits, not worth fixing (for now)
  • Loading branch information
tdowrick committed May 1, 2020
1 parent 215abc0 commit 552cee5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down

0 comments on commit 552cee5

Please sign in to comment.