Skip to content

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

Open
priyagupta108 wants to merge 1 commit intoactions:mainfrom
priyagupta108:use-gh-cli-release
Open

Replace deprecated actions/create-release with gh release create#383
priyagupta108 wants to merge 1 commit intoactions:mainfrom
priyagupta108:use-gh-cli-release

Conversation

@priyagupta108
Copy link
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

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.

@priyagupta108 priyagupta108 self-assigned this Mar 18, 2026
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.

4 participants