Fixing typo in Makefile (#1090)
This commit is contained in:
parent
15e5fe44e9
commit
f052757259
4
Makefile
4
Makefile
@ -17,5 +17,5 @@ test_server:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
python setup.py sdist bdist_wheel upload
|
python setup.py sdist bdist_wheel upload
|
||||||
git tag $(python setup.py version)
|
git tag $(python setup.py --version)
|
||||||
git push push origin $(python setup.py version)
|
git push origin $(python setup.py --version)
|
||||||
|
Loading…
Reference in New Issue
Block a user