Skip to content

Commit 494d8a3

Browse files
committed
Update makefile to use Twine.
1 parent 8fc7019 commit 494d8a3

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
@@ -3,4 +3,6 @@ update:
33
cat certifi/cacert.pem certifi/old_root.pem > certifi/weak.pem
44

55
publish:
6-
python setup.py publish
6+
rm -rf dist/*
7+
python setup.py sdist bdist_wheel
8+
twine upload -s dist/*

0 commit comments

Comments
 (0)