Skip to content
This repository was archived by the owner on Sep 14, 2023. It is now read-only.

Commit edf24b4

Browse files
committed
Improve upload to pypi
- avoid error if file already exists (apparently it can happen) - disable progressbar as is useless on CI
1 parent d561ac0 commit edf24b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ envdir={toxworkdir}/lint
9393
deps={[testenv:lint]deps}
9494
commands =
9595
{[testenv:lint]commands}
96-
twine upload --verbose dist/*
96+
twine upload --disable-progress-bar --skip-existing --verbose dist/*

0 commit comments

Comments
 (0)