Skip to content

Commit 7aac9e0

Browse files
author
Gerry Manoim
committed
BLD: improve release process by allowing republishes to test pypi if needed
1 parent d0ddff5 commit 7aac9e0

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)