close
Skip to content

Replace deprecated actions/create-release with gh release create#383

Merged
HarithaVattikuti merged 1 commit into
actions:mainfrom
priyagupta108:use-gh-cli-release
Mar 23, 2026
Merged

Replace deprecated actions/create-release with gh release create#383
HarithaVattikuti merged 1 commit into
actions:mainfrom
priyagupta108:use-gh-cli-release

Conversation

@priyagupta108
Copy link
Copy Markdown
Contributor

@priyagupta108 priyagupta108 commented Mar 18, 2026

This PR replaces the deprecated actions/create-release with the gh release create command (GitHub CLI) in build-python-packages.yml.

@priyagupta108 priyagupta108 requested a review from a team as a code owner March 18, 2026 09:45
Copilot AI review requested due to automatic review settings March 18, 2026 09:45
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Python package build workflow’s release publishing step to avoid the deprecated actions/create-release action by creating releases via the GitHub CLI (gh release create).

Changes:

  • Replace actions/create-release@v1 usage in the publish_release job with gh release create.
  • Add a follow-up gh release view call to fetch the created release ID and expose it via GITHUB_OUTPUT for later asset uploads.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/build-python-packages.yml
@priyagupta108 priyagupta108 self-assigned this Mar 18, 2026
@HarithaVattikuti HarithaVattikuti merged commit b4ba860 into actions:main Mar 23, 2026
27 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants