Skip to content

Commit

Permalink
Merge pull request #137 from quantopian/skip-existing
Browse files Browse the repository at this point in the history
BLD: improve release process by allowing republishes to test pypi if …
  • Loading branch information
gerrymanoim committed Jul 7, 2020
2 parents 8079687 + 7aac9e0 commit d9fc42c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
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 d9fc42c

Please sign in to comment.