Skip to content

Commit af8ff52

Browse files
committed
Makefile: update "publish" task
1 parent 0a7425f commit af8ff52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ lint:
2121
publish:
2222
# run git tag -a v0.0.0 before running make publish
2323
python setup.py sdist
24-
twine upload dist/*
24+
twine upload --skip-existing dist/*
2525

2626
.PHONY: test

0 commit comments

Comments
 (0)