feat: Add packaging and publishing scripts, update dependencies, and enhance .gitignore
This commit is contained in:
parent
f2e5774204
commit
6ba7b0773a
6 changed files with 218 additions and 1 deletions
14
README.md
14
README.md
|
|
@ -17,6 +17,20 @@ A Python client for the Booklooker REST API designed for middleware and connecto
|
|||
pip install -e .[dev,webhooks]
|
||||
```
|
||||
|
||||
## Packaging and publishing
|
||||
|
||||
Build a source distribution and wheel:
|
||||
|
||||
```bash
|
||||
python build_dist.py
|
||||
```
|
||||
|
||||
Upload the artifacts to Forgejo PyPI after creating your local `.pypirc` from `.pypirc.example`:
|
||||
|
||||
```powershell
|
||||
.\upload_dist_to_forgejo_pypi.ps1 -Build
|
||||
```
|
||||
|
||||
## Quick start
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue