Skip to content

Commit

Permalink
Add some notes regarding pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dvklopfenstein committed Jan 30, 2023
1 parent 2e32370 commit bc6037a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ build:
ls -lh dist
twine check dist/*

# 3) Upload wheel to PyPi
# 3) Upload wheel to https://pypi.org
# https://pypi.org/manage/account/token/
upload:
twine upload dist/* --verbose

Expand Down

0 comments on commit bc6037a

Please sign in to comment.