Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit 6850500

Browse files
committed
Switch make publish to use twine and sign the uploaded files
1 parent 6d94eab commit 6850500

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ setup-git:
2121
cd .git/hooks && ln -sf ../../hooks/* ./
2222

2323
publish:
24-
python setup.py sdist bdist_wheel upload
24+
rm -rf dist
25+
python setup.py sdist bdist_wheel
26+
twine upload -s dist/*
2527

2628
.PHONY: bootstrap test lint coverage setup-git publish

0 commit comments

Comments
 (0)