8000 Remove check that didn't work as expected · gitpython-developers/GitPython@eedf3c1 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit eedf3c1

Browse files
committed
Remove check that didn't work as expected
1 parent a4937fc commit eedf3c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ release: clean
1313
make force_release
1414

1515
force_release: clean
16-
@which -s twine || echo "Twine not installed, run pip install twine first"
1716
git push --tags
1817
python setup.py sdist bdist_wheel
1918
twine upload dist/*

0 commit comments

Comments
 (0)
0