diff --git a/README.md b/README.md index 8478229..873a6e5 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,16 @@ uv run pytest ./tests/ Contributions are welcome! Please feel free to submit a Pull Request. + +## How To Publish To PyPI + +``` +export UV_PUBLISH_USERNAME=__token__ +export UV_PUBLISH_PASSWORD= +uv build -vv --wheel +uv publish --publish-url https://upload.pypi.org/legacy/ +``` + ## License [MIT License](LICENSE)