Skip to content

Commit

Permalink
chore(docs): update instructions for pypi distribution (apache#32380)
Browse files Browse the repository at this point in the history
  • Loading branch information
sadpandajoe authored Feb 25, 2025
1 parent 822d72c commit dae6acf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion RELEASING/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dae6acf

Please sign in to comment.