Skip to content

Release workflow was broken#928

Merged
feanil merged 2 commits into
openedx:masterfrom
salman2013:salman/semantic-relase-workflow-fix
Jun 12, 2026
Merged

Release workflow was broken#928
feanil merged 2 commits into
openedx:masterfrom
salman2013:salman/semantic-relase-workflow-fix

Conversation

@salman2013

@salman2013 salman2013 commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Description

The release workflow has some issues in it, https://github.com/openedx/XBlock/actions/runs/27301129203/job/80647052902

This PR is to fix that. I followed the xblocks-extra repo to fix this issue.
Ref: https://github.com/openedx/xblocks-extra/blob/990f2e7b1aca4c53e47c797e5ff6fc3682f99129/pyproject.toml#L190

@openedx-webhooks openedx-webhooks added open-source-contribution PR author is not from Axim or 2U core contributor PR author is a Core Contributor (who may or may not have write access to this repo). labels Jun 11, 2026
@openedx-webhooks

Copy link
Copy Markdown

Thanks for the pull request, @salman2013!

This repository is currently maintained by @openedx/axim-engineering.

Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review.

🔘 Get product approval

If you haven't already, check this list to see if your contribution needs to go through the product review process.

  • If it does, you'll need to submit a product proposal for your contribution, and have it reviewed by the Product Working Group.
    • This process (including the steps you'll need to take) is documented here.
  • If it doesn't, simply proceed with the next step.
🔘 Provide context

To help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:

  • Dependencies

    This PR must be merged before / after / at the same time as ...

  • Blockers

    This PR is waiting for OEP-1234 to be accepted.

  • Timeline information

    This PR must be merged by XX date because ...

  • Partner information

    This is for a course on edx.org.

  • Supporting documentation
  • Relevant Open edX discussion forum threads
🔘 Get a green build

If one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green.

Details
Where can I find more information?

If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources:

When can I expect my changes to be merged?

Our goal is to get community contributions seen and reviewed as efficiently as possible.

However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:

  • The size and impact of the changes that it introduces
  • The need for product review
  • Maintenance status of the parent repository

💡 As a result it may take up to several weeks or months to complete a review and merge your PR.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Fixes the repository’s release workflow by updating the build step used by python-semantic-release, aligning the build approach with a working configuration from xblocks-extra.

Changes:

  • Switch semantic_release’s build_command from uv build to python -m build (installing build on-demand).
  • Remove the setup-uv step from the GitHub release workflow since uv is no longer used there.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
pyproject.toml Updates semantic-release build command to use python -m build instead of uv build.
.github/workflows/release.yml Removes uv installation step from the release job to match the new build approach.

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

Comment thread pyproject.toml Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@feanil feanil merged commit 61999bd into openedx:master Jun 12, 2026
9 checks passed
@github-project-automation github-project-automation Bot moved this from Needs Triage to Done in Contributions Jun 12, 2026
@feanil

feanil commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Released! 🎉 https://pypi.org/manage/project/XBlock/release/6.3.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core contributor PR author is a Core Contributor (who may or may not have write access to this repo). open-source-contribution PR author is not from Axim or 2U

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants