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

Commit 14299c8

Browse files
committed
Useful makefile.
1 parent 10df54a commit 14299c8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
certs:
2+
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o hyper/certs.pem
3+
4+
publish:
5+
python setup.py sdist upload
6+
python setup.py bdist_wheel upload

0 commit comments

Comments
 (0)