Makefile: ditch twine for uploading

pull/51/head
Marco Hinz 7 years ago
parent 625b8ddf45
commit 6debd11547
No known key found for this signature in database
GPG Key ID: 1C980A1B657B4A4F

@ -4,8 +4,7 @@ install:
python3 setup.py install python3 setup.py install
upload: clean upload: clean
python3 setup.py sdist bdist_wheel python3 setup.py sdist bdist_wheel upload
twine upload dist/*
clean: clean:
rm -rf build dist neovim_remote.egg-info rm -rf build dist neovim_remote.egg-info

Loading…
Cancel
Save