Skip to content

Conversation

@llvmbot
Copy link
Member

@llvmbot llvmbot commented Jan 29, 2026

Backport 7901e2d

Requested by: @tstellar

@llvmbot
Copy link
Member Author

llvmbot commented Jan 29, 2026

@boomanaiden154 What do you think about merging this PR to the release branch?

@llvmbot
Copy link
Member Author

llvmbot commented Jan 29, 2026

@llvm/pr-subscribers-github-workflow

Author: None (llvmbot)

Changes

Backport 7901e2d

Requested by: @tstellar


Full diff: https://github.com/llvm/llvm-project/pull/178592.diff

1 Files Affected:

  • (modified) .github/workflows/release-tasks.yml (+2)
diff --git a/.github/workflows/release-tasks.yml b/.github/workflows/release-tasks.yml
index 036e58215e53a..3648e1463e1e0 100644
--- a/.github/workflows/release-tasks.yml
+++ b/.github/workflows/release-tasks.yml
@@ -80,6 +80,8 @@ jobs:
     runs-on: ubuntu-24.04
     permissions:
       id-token: write # Requred for pypi publishing
+    needs:
+      - validate-tag
     environment: pypi
     steps:
       - name: Checkout LLVM

@github-project-automation github-project-automation bot moved this from Needs Triage to Needs Merge in LLVM Release Status Jan 29, 2026
…vm#178224)

The job references variables from the validate-tag job, so it needs to
have it listed in the 'needs' tag. This is why this job failed for the
22.1.0-rc2 release.

(cherry picked from commit 7901e2d)
@c-rhodes c-rhodes merged commit 2c8fa3c into llvm:release/22.x Jan 29, 2026
@github-project-automation github-project-automation bot moved this from Needs Merge to Done in LLVM Release Status Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

4 participants