Skip to content

Commit

Permalink
chore: publish wheels (#30981)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored Nov 21, 2024
1 parent 9e5b568 commit f58b529
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RELEASING/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ cd ${SUPERSET_RELEASE_RC}
python3 -m venv venv
source venv/bin/activate
pip install -r requirements/base.txt
pip install twine
pip install build twine
```

Create the distribution
Expand All @@ -455,7 +455,7 @@ cd ../
./scripts/translations/generate_po_files.sh

# build the python distribution
python setup.py sdist
python -m build
```

Publish to PyPI
Expand All @@ -466,6 +466,7 @@ an account first if you don't have one, and reference your username
while requesting access to push packages.

```bash
twine upload dist/apache_superset-${SUPERSET_VERSION}-py3-none-any.whl
twine upload dist/apache-superset-${SUPERSET_VERSION}.tar.gz
```

Expand Down

0 comments on commit f58b529

Please sign in to comment.