Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 3fa49a5

Browse files
authored
Update Makefile (#78)
Sign release and make sure to tag from master
1 parent 38e52fd commit 3fa49a5

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
@@ -2,9 +2,11 @@ release: clean
22
git checkout master
33
git pull origin master
44
python setup.py sdist bdist_wheel
5-
python -m twine upload dist/*
5+
python -m twine upload --sign --identity security@readthedocs.org dist/*
66

77
tag:
8+
git checkout master
9+
git pull origin master
810
git tag `python -c "print(__import__('sphinx_search').__version__)"`
911
git push --tags
1012

0 commit comments

Comments
 (0)