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.
2 parents 8eab47b + 3518224 commit 5870a22Copy full SHA for 5870a22
Makefile
@@ -3,6 +3,5 @@ update:
3
cat certifi/cacert.pem certifi/old_root.pem > certifi/weak.pem
4
5
publish:
6
- rm -rf dist/*
7
python setup.py sdist bdist_wheel
8
- twine upload -s dist/*
+ twine upload --skip-existing --sign dist/*
0 commit comments