Skip to content

Commit

Permalink
Py39 Doc updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
tvalentyn committed Feb 9, 2022
1 parent 31deb25 commit 1ae9da0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions release/src/main/scripts/build_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ if [[ $confirmation = "y" ]]; then
git clone --branch "${RC_TAG}" --depth 1 ${GIT_REPO_URL}
cd ${BEAM_ROOT_DIR}
RELEASE_COMMIT=$(git rev-list -n 1 "tags/${RC_TAG}")
# TODO(BEAM-9980): Don't hardcode py version in this file.
cd sdks/python && pip install -r build-requirements.txt && tox -e py38-docs
GENERATED_PYDOC=~/${LOCAL_WEBSITE_UPDATE_DIR}/${LOCAL_PYTHON_DOC}/${BEAM_ROOT_DIR}/sdks/python/target/docs/_build
rm -rf ${GENERATED_PYDOC}/.doctrees
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ This method requires building image artifacts from Beam source. For additional i
./gradlew :sdks:python:container:py36:docker
./gradlew :sdks:python:container:py37:docker
./gradlew :sdks:python:container:py38:docker
./gradlew :sdks:python:container:py39:docker
# Shortcut for building all Python SDKs
./gradlew :sdks:python:container buildAll
Expand All @@ -132,6 +133,7 @@ This method requires building image artifacts from Beam source. For additional i
apache/beam_python3.6_sdk latest sha256:... ... 1 min ago ...
apache/beam_python3.7_sdk latest sha256:... ... 1 min ago ...
apache/beam_python3.8_sdk latest sha256:... ... 1 min ago ...
apache/beam_python3.9_sdk latest sha256:... ... 1 min ago ...
apache/beam_go_sdk latest sha256:... ... 1 min ago ...
```

Expand Down

0 comments on commit 1ae9da0

Please sign in to comment.