Skip to content

Commit 63e0208

Browse files
while releasing skip existing in Makefile
1 parent 9ec00d7 commit 63e0208

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
release:
2+
python3 setup.py clean
23
python3 setup.py sdist bdist_wheel
3-
twine upload dist/*
4+
twine upload --skip-existing dist/*
45

56
install:
67
python3 setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)