Skip to content

Commit ac85f37

Browse files
committed
Ignore twine upload errors when pushing to test pypi
1 parent edf51d5 commit ac85f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
)
5959
6060
run: |
61-
twine upload --verbose --disable-progress-bar --skip-existing dist/*
61+
twine upload --verbose --disable-progress-bar --skip-existing dist/* || true
6262
6363
env:
6464
TWINE_USERNAME: '__token__'

0 commit comments

Comments
 (0)