Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
soimort committed May 30, 2022
1 parent bfb35db commit 6ddc3fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 6ddc3fc

Please sign in to comment.