Skip to content

Commit

Permalink
chore: Update RELEASE.md (#10767)
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Sun <chensun@users.noreply.github.com>
  • Loading branch information
chensun authored Apr 30, 2024
1 parent dd59f48 commit 5f80285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,15 +237,15 @@ and then "Retry", because after waiting for previous step, artifacts are now rea
cd backend/api/v2beta1/python_http_client
rm -r dist
python3 setup.py --quiet sdist
python3 -m twine upload --username kubeflow-pipelines dist/*
python3 -m twine upload dist/*
```
1. Release `kfp` python packages to PyPI. (Note: Please skip this step for backend release, this step will be handled by SDK release.)
```bash
pip3 install twine --user
gsutil cp gs://ml-pipeline/release/$VERSION/kfp.tar.gz kfp-$VERSION.tar.gz
python3 -m twine upload --username kubeflow-pipelines kfp-$VERSION.tar.gz
python3 -m twine upload kfp-$VERSION.tar.gz
```
!!! The file name must contain the version. See <https://github.com/kubeflow/pipelines/issues/1292>
Expand Down

0 comments on commit 5f80285

Please sign in to comment.