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 8fc7019 commit 494d8a3Copy full SHA for 494d8a3
Makefile
@@ -3,4 +3,6 @@ update:
3
cat certifi/cacert.pem certifi/old_root.pem > certifi/weak.pem
4
5
publish:
6
- python setup.py publish
+ rm -rf dist/*
7
+ python setup.py sdist bdist_wheel
8
+ twine upload -s dist/*
0 commit comments