update Makefile

This commit is contained in:
Mort Yao 2022-05-30 15:38:47 +02:00
parent bfb35db5a6
commit 6ddc3fce89
No known key found for this signature in database
GPG Key ID: 07DA00CB78203251

View File

@ -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'