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.
2 parents 8079687 + 7aac9e0 commit d9fc42cCopy full SHA for d9fc42c
.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