mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 05:25:02 +03:00
update Makefile
This commit is contained in:
parent
bfb35db5a6
commit
6ddc3fce89
6
Makefile
6
Makefile
@ -43,5 +43,7 @@ install:
|
||||
$(SETUP) install --user --prefix=
|
||||
|
||||
release:
|
||||
zenity --question
|
||||
$(SETUP) sdist bdist_wheel upload --sign
|
||||
#zenity --question
|
||||
$(SETUP) sdist bdist_wheel
|
||||
echo 'Upload new version to PyPI using:'
|
||||
echo ' twine upload --sign dist/you-get-VERSION.tar.gz dist/you_get-VERSION-py3-none-any.whl'
|
||||
|
Loading…
Reference in New Issue
Block a user