Skip to content

Commit

Permalink
BLD: improve release process by allowing republishes to test pypi if …
Browse files Browse the repository at this point in the history
…needed
  • Loading branch information
Gerry Manoim committed Jul 7, 2020
1 parent d0ddff5 commit 7aac9e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
password: ${{ secrets.test_pypi_password }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true

- name: Install from test and test running
run: |
Expand Down

0 comments on commit 7aac9e0

Please sign in to comment.