f3305db
1
2
3
4
5
6
7
8
9
10
11
12
### Requirement ``` python3 -m pip install twine python3 -m pip install --upgrade pip pip3 install build ``` ### Upload ``` bash scripts/upload_pypi.sh ```