Skip to content

Commit

Permalink
docs: add developer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Apr 4, 2024
1 parent 3ce03e1 commit e0d3ffb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ $ pip install .
python tests/__init__.py
```

### Release

See [here](https://packaging.python.org/en/latest/tutorials/packaging-projects/).

```bash
pip install setuptools wheel auditwheel
python setup.py bdist_wheel
cd dist
auditwheel repair *.whl
twine upload --repository testpypi wheelhouse/*
```

## License
Apache 2.0

Expand Down

0 comments on commit e0d3ffb

Please sign in to comment.