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 4f9d419 commit eb5c652Copy full SHA for eb5c652
Makefile
@@ -1,2 +1,7 @@
1
update:
2
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o certifi/cacert.pem
3
+
4
+publish:
5
+ python setup.py register
6
+ python setup.py sdist upload
7
+ python setup.py bdist_wheel upload
0 commit comments