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 8d83397 commit 2e47207Copy full SHA for 2e47207
1 file changed
Makefile
@@ -4,8 +4,9 @@ certs:
4
curl https://mkcert.org/generate/ -o hyper/certs.pem
5
6
publish:
7
- python setup.py sdist upload
8
- python setup.py bdist_wheel upload
+ rm -rf dist/
+ python setup.py sdist bdist_wheel
9
+ twine upload -s dist/*
10
11
test:
12
py.test -n 4 --cov hyper test/
0 commit comments