Skip to content

Update release workflow to use Trusted Publishing #2696

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

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

cdce8p
Copy link
Member

@cdce8p cdce8p commented Mar 8, 2025

@cdce8p cdce8p added Maintenance Discussion or action around maintaining astroid or the dev workflow backport maintenance/3.3.x labels Mar 8, 2025
@cdce8p cdce8p added this to the 3.3.9 milestone Mar 8, 2025
@cdce8p cdce8p force-pushed the trusted-publishing branch from cb9845b to 06a4c44 Compare March 8, 2025 21:37
@cdce8p cdce8p requested a review from Pierre-Sassoulas March 8, 2025 21:40
Copy link
Member

@Pierre-Sassoulas Pierre-Sassoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you again ! LGTM, let's see if anything went wrong in pylint before merging to avoid churn.

@Pierre-Sassoulas Pierre-Sassoulas merged commit 249bccf into pylint-dev:main Mar 9, 2025
17 of 18 checks passed
Copy link
Contributor

github-actions bot commented Mar 9, 2025

The backport to maintenance/3.3.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/3.3.x maintenance/3.3.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/3.3.x
# Create a new branch
git switch --create backport-2696-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 249bccf4f29548087c7efcb1a23d788850e77179
# Push it to GitHub
git push --set-upstream origin backport-2696-to-maintenance/3.3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/3.3.x

Then, create a pull request where the base branch is maintenance/3.3.x and the compare/head branch is backport-2696-to-maintenance/3.3.x.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport maintenance/3.3.x Maintenance Discussion or action around maintaining astroid or the dev workflow
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants