Skip to content

Commit b10de37

Browse files
committed
Fix publishing branches
1 parent 46b204d commit b10de37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ release: clean
1515
make force_release
1616

1717
force_release: clean
18-
git push --tags origin master
18+
git push --tags origin main
1919
python3 setup.py sdist bdist_wheel
2020
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*
2121

@@ -24,7 +24,7 @@ docker-build:
2424

2525
test: docker-build
2626
# NOTE!!!
27-
# NOTE!!! If you are not running from master or have local changes then tests will fail
27+
# NOTE!!! If you are not running from main or have local changes then tests will fail
2828
# NOTE!!!
2929
docker run --rm -v ${CURDIR}:/src -w /src -t gitpython:xenial tox
3030

0 commit comments

Comments
 (0)