Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Updates the final steps of the release README #20318

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply suggestions from code review
Co-authored-by: Yongjie Zhao <yongjiezhao@apache.org>
  • Loading branch information
michael-s-molina and zhaoyongjie authored Jun 10, 2022
commit c6529d091546b02bb4015013f03b2187cf944434
4 changes: 2 additions & 2 deletions RELEASING/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,15 +425,15 @@ with the changes on `CHANGELOG.md` and `UPDATING.md`.
Extract the release to the `/tmp` folder to build the PiPY release. Files in the `/tmp` folder will be automatically deleted by the OS.

```bash
cd /tmp
mkdir -p /tmp/superset && cd /tmp/superset
tar xfvz ~/svn/superset/${SUPERSET_VERSION}/${SUPERSET_RELEASE_TARBALL}
```

Create a virtual environment and install the dependencies

```bash
cd ${SUPERSET_RELEASE_RC}
virtualenv venv
python3 -m venv venv
source venv/bin/activate
pip install -r requirements/base.txt
pip install twine
Expand Down