Skip to content

For developers

choiwd edited this page Aug 4, 2023 · 1 revision

Dev

- Build with 
```shell
$ python3 -m build
```
- Upload to PyPI with:
```shell
$ python3 -m twine upload dist/*
```
- You might need
```shell
$ python3 -m pip install --upgrade twine
```
Clone this wiki locally