We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2d01d commit 68c4924Copy full SHA for 68c4924
README.md
@@ -63,6 +63,14 @@ for your changes to be persisted.
63
| Linting | `poetry run ruff check` |
64
| Type-checking | `poetry run mypy` |
65
66
+### Publishing the Python package
67
+
68
+1. `poetry run python -m scripts.build_lib`
69
+2. `poetry publish --build -u __token__ -p [your PyPI API token]`
70
71
+On GitHub, you can trigger this by creating a release, provided the
72
+`PYPI_API_TOKEN` secret is set in the repository settings.
73
74
### Developing the documentation site
75
76
You can trigger a build of the documentation site by running:
0 commit comments