8000 Add standard Python source distribution generation to (pre-)release workflow by zklaus · Pull Request #152098 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

Add standard Python source distribution generation to (pre-)release workflow #152098

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

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
Update
[ghstack-poisoned]
  • Loading branch information
zklaus committed May 15, 2025
commit e8e09e44b7bea4c68bb9c110b8ad154cd126742d
4 changes: 2 additions & 2 deletions .ci/docker/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ if [[ -n "${CI:-}" ]]; then
fi

# Build image
docker build \
tar ch . | docker build \
${no_cache_flag} \
${progress_flag} \
--build-arg "BUILD_ENVIRONMENT=${image}" \
Expand Down Expand Up @@ -451,7 +451,7 @@ docker build \
-f $(dirname ${DOCKERFILE})/Dockerfile \
-t "$tmp_tag" \
"$@" \
.
-

# NVIDIA dockers for RC releases use tag names like `11.0-cudnn9-devel-ubuntu18.04-rc`,
# for this case we will set UBUNTU_VERSION to `18.04-rc` so that the Dockerfile could
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.
0