mirror of
https://github.com/apache/superset.git
synced 2026-04-22 17:45:21 +00:00
chore(docs): update instructions for pypi distribution (#32380)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user