mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
docs: add instructions for publishing to PyPI
This commit is contained in:
parent
747818d99b
commit
cc80f99476
1 changed files with 8 additions and 0 deletions
|
|
@ -56,3 +56,11 @@ maturin develop --uv --release
|
|||
```bash
|
||||
pytest
|
||||
```
|
||||
|
||||
### Publishing
|
||||
|
||||
To publish to pypi.org run:
|
||||
|
||||
```bash
|
||||
maturin publish
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue