We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf51d5 commit ac85f37Copy full SHA for ac85f37
.github/workflows/pythonpackage.yml
@@ -58,7 +58,7 @@ jobs:
58
)
59
60
run: |
61
- twine upload --verbose --disable-progress-bar --skip-existing dist/*
+ twine upload --verbose --disable-progress-bar --skip-existing dist/* || true
62
63
env:
64
TWINE_USERNAME: '__token__'
0 commit comments