Skip to content

Commit

Permalink
Do not upload to Test PyPi unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
Árni Dagur committed Apr 26, 2020
1 parent ac986a7 commit 1eea1be
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Test PyPi publish
env:
MATURIN_PASSWORD: ${{ secrets.TEST_PYPI }}
run: poetry run maturin publish -r "https://test.pypi.org/legacy/" --interpreter python${{matrix.python_version}} --username __token__

- name: PyPi publish
if: startsWith(github.ref, 'refs/tags/')
env:
Expand Down

0 comments on commit 1eea1be

Please sign in to comment.