mirror of
https://github.com/mhinz/neovim-remote
synced 2024-11-11 13:10:34 +00:00
Makefile: ditch twine for uploading
This commit is contained in:
parent
625b8ddf45
commit
6debd11547
3
Makefile
3
Makefile
@ -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…
Reference in New Issue
Block a user