docs: add instructions for publishing to PyPI

This commit is contained in:
rzmk 2024-06-20 20:19:33 -04:00
parent 747818d99b
commit cc80f99476
No known key found for this signature in database

View file

@ -56,3 +56,11 @@ maturin develop --uv --release
```bash ```bash
pytest pytest
``` ```
### Publishing
To publish to pypi.org run:
```bash
maturin publish
```