We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0ddff5 commit 7aac9e0Copy full SHA for 7aac9e0
.github/workflows/release.yml
@@ -22,6 +22,7 @@ jobs:
22
with:
23
password: ${{ secrets.test_pypi_password }}
24
repository_url: https://test.pypi.org/legacy/
25
+ skip_existing: true
26
27
- name: Install from test and test running
28
run: |
0 commit comments