Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b204d commit b10de37Copy full SHA for b10de37
Makefile
@@ -15,7 +15,7 @@ release: clean
15
make force_release
16
17
force_release: clean
18
- git push --tags origin master
+ git push --tags origin main
19
python3 setup.py sdist bdist_wheel
20
twine upload -s -i 27C50E7F590947D7273A741E85194C08421980C9 dist/*
21
@@ -24,7 +24,7 @@ docker-build:
24
25
test: docker-build
26
# NOTE!!!
27
- # NOTE!!! If you are not running from master or have local changes then tests will fail
+ # NOTE!!! If you are not running from main or have local changes then tests will fail
28
29
docker run --rm -v ${CURDIR}:/src -w /src -t gitpython:xenial tox
30
0 commit comments