Skip to content

Commit

Permalink
docs: Record instructions for publishing to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale committed Nov 10, 2024
1 parent 8344cef commit 613765f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
## Publishing Updates

```bash
poetry config pypi-token.pypi your-api-token
poetry publish --build
```

0 comments on commit 613765f

Please sign in to comment.