1 parent a4937fc commit eedf3c1Copy full SHA for eedf3c1
Makefile
@@ -13,7 +13,6 @@ release: clean
13
make force_release
14
15
force_release: clean
16
- @which -s twine || echo "Twine not installed, run pip install twine first"
17
git push --tags
18
python setup.py sdist bdist_wheel
19
twine upload dist/*
0 commit comments