Skip to content

Commit

Permalink
Add note to remove dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlatr committed Jun 6, 2020
1 parent 965f246 commit 7887696
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
long_description = README,
long_description_content_type = "text/markdown"
)

# To publish package run:
# $ python setup.py build check sdist bdist_wheel
# $ twine upload --verbose dist/*
# $ rm -rf dist #Delete all previous build that you might not want to upload
# $ python setup.py build check sdist bdist_wheel #Build
# $ twine upload --verbose dist/* #Upload

0 comments on commit 7887696

Please sign in to comment.