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.
1 parent 0a7425f commit af8ff52Copy full SHA for af8ff52
Makefile
@@ -21,6 +21,6 @@ lint:
21
publish:
22
# run git tag -a v0.0.0 before running make publish
23
python setup.py sdist
24
- twine upload dist/*
+ twine upload --skip-existing dist/*
25
26
.PHONY: test
0 commit comments