Skip to content

Commit

Permalink
Tweaks to build_dist.commands cheatsheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregchapman-dev committed Mar 7, 2024
1 parent e7ef83d commit cf5788d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_dist.commands
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ python3 -m build
# Check for malformed README URLs:
python3 -m twine check dist/*

# Test-publish to testpypi:
# Test-publish to testpypi (__token__/password for pypi):
python3 -m twine upload --repository testpypi dist/*

# If all looks good, then publish on pypi proper:
# If all looks good, then publish on pypi proper (no password needed):
python3 -m twine upload dist/*

0 comments on commit cf5788d

Please sign in to comment.