Skip to content

Commit 5870a22

Browse files
committed
Merge branch 'master' of github.com:certifi/python-certifi
2 parents 8eab47b + 3518224 commit 5870a22

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ update:
33
cat certifi/cacert.pem certifi/old_root.pem > certifi/weak.pem
44

55
publish:
6-
rm -rf dist/*
76
python setup.py sdist bdist_wheel
8-
twine upload -s dist/*
7+
twine upload --skip-existing --sign dist/*

0 commit comments

Comments
 (0)