Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 2e47207

Browse files
committed
Update publishing logic in Makefile.
1 parent 8d83397 commit 2e47207

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ certs:
44
curl https://mkcert.org/generate/ -o hyper/certs.pem
55

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

1011
test:
1112
py.test -n 4 --cov hyper test/

0 commit comments

Comments
 (0)