Skip to content

Commit 092c989

Browse files
committed
Use twine to upload releases.
1 parent 407b4e8 commit 092c989

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ install:
2020

2121
.PHONY : deploy
2222
deploy:
23+
rm -rf dist
2324
python setup.py register
2425
python setup.py sdist --manifest-only
25-
python setup.py sdist --formats zip,gztar bdist_wheel --universal upload
26+
python setup.py sdist --formats zip,gztar bdist_wheel --universal
27+
twine upload dist/*
2628

2729
.PHONY : build
2830
build:

0 commit comments

Comments
 (0)