chore(docs): update instructions for pypi distribution (#32380)

This commit is contained in:
Joe Li
2025-02-25 12:35:03 -08:00
committed by GitHub
parent 822d72c57d
commit dae6acf028

View File

@@ -454,8 +454,11 @@ cd ../
# Compile translations for the backend
./scripts/translations/generate_po_files.sh
# update build version number
sed -i '' "s/version_string = .*/version_string = \"$SUPERSET_VERSION\"/" setup.py
# build the python distribution
python -m build
python setup.py sdist
```
Publish to PyPI