Skip to content

Commit fc6c390

Browse files
rename master branch to main #nolog
1 parent 6572ad6 commit fc6c390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ python setup.py sdist bdist_wheel --universal
3636
git add $VERSION_FILE CHANGES.md
3737
git commit -m "Release $VERSION"
3838
git tag -f v$VERSION
39-
git push --tags origin master
39+
git push --tags origin main
4040

4141
read -p "Press any key to submit to PyPI or Ctrl-C to abort..." -n1 -s
4242
twine upload dist/*
@@ -45,5 +45,5 @@ NEW_VERSION="${VERSION%.*}.$((${VERSION##*.}+1))dev"
4545
sed -i "" "s/^__version__ = '.*'$/__version__ = '$NEW_VERSION'/" $VERSION_FILE
4646
git add $VERSION_FILE
4747
git commit -m "Version $NEW_VERSION"
48-
git push origin master
48+
git push origin main
4949
echo "Development is now open on version $NEW_VERSION!"

0 commit comments

Comments
 (0)