Skip to content

Commit

Permalink
Rename master -> main (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored Mar 17, 2022
1 parent 2e1d7b4 commit b006c2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
release: clean
git checkout master
git pull origin master
git checkout main
git pull origin main
python setup.py sdist bdist_wheel
python -m twine upload --sign --identity security@readthedocs.org dist/*

tag:
git checkout master
git pull origin master
git checkout main
git pull origin main
git tag `python -c "print(__import__('sphinx_search').__version__)"`
git push --tags

Expand Down

0 comments on commit b006c2d

Please sign in to comment.