Misc fixes (#432)

This commit is contained in:
Lianmin Zheng
2024-05-12 15:05:40 -07:00
committed by GitHub
parent 72bb344388
commit 6e09cf6a15
6 changed files with 23 additions and 5 deletions

8
docs/release_process.md Normal file
View File

@@ -0,0 +1,8 @@
```
pip install build twine
```
```
cd python
bash upload_pypi.sh
```