Skip to content

Commit

Permalink
docs: add instructions for publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Jun 21, 2024
1 parent 747818d commit cc80f99
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions czv-python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,11 @@ maturin develop --uv --release
```bash
pytest
```

### Publishing

To publish to pypi.org run:

```bash
maturin publish
```

0 comments on commit cc80f99

Please sign in to comment.