Skip to content

Commit

Permalink
Add documentation on how to publish to GitHub and PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 13, 2024
1 parent fb34bd9 commit c9d3dc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,13 @@ upload: build
python -m twine upload dist/osam-*

publish: build upload

# How to publish to GitHub:
#
# git tag v0.1.1
# git push origin --tags
#
# How to publish to PyPI AFTER pushing to GitHub:
#
# make publish
#

0 comments on commit c9d3dc8

Please sign in to comment.