Skip to content

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

Diff for: Makefile

-1
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)