Skip to content

Commit d9fc42c

Browse files
author
gerrymanoim
authored
Merge pull request #137 from quantopian/skip-existing
BLD: improve release process by allowing republishes to test pypi if …
2 parents 8079687 + 7aac9e0 commit d9fc42c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
password: ${{ secrets.test_pypi_password }}
2424
repository_url: https://test.pypi.org/legacy/
25+
skip_existing: true
2526

2627
- name: Install from test and test running
2728
run: |

0 commit comments

Comments
 (0)