Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb10de37

Browse files
committed
Fix publishing branches
1 parent46b204d commitb10de37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎Makefile

Lines changed: 2 additions & 2 deletions
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 originmaster
18+
git push --tags originmain
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 frommaster or have local changes then tests will fail
27+
# NOTE!!! If you are not running frommain 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)

[8]ページ先頭

©2009-2025 Movatter.jp