Metadata-Version: 2.5
Name: jpan-hello-world
Version: 0.1.6
Summary: Add your description here
Author-email: Jeremy <jeremy2004tw@gmail.com>
Requires-Python: >=3.13
Description-Content-Type: text/markdown

uv version --bump patch
git add .
git comit -m "bump version"
git tag -a v0.1.6 -m v0.1.6
git push --tags

# Using uv in GitHub Actions

https://docs.astral.sh/uv/guides/integration/github

# Publishing Python Packages to PyPI using uv and GitHub Workflows with Trusted Publishing

https://medium.com/@nipunweerasiri/publishing-python-packages-to-pypi-using-uv-and-github-workflows-with-trusted-publishing-47bdfab162db

# GitHub Actions for Python Packages: How to Automate Releases to PyPi

https://www.youtube.com/@ArjanCodes
