Skip to content

chore(CI): upload Python package files as artifact#38

Merged
sburton84 merged 1 commit into
mainfrom
artifacts
Jun 12, 2026
Merged

chore(CI): upload Python package files as artifact#38
sburton84 merged 1 commit into
mainfrom
artifacts

Conversation

@sburton84

Copy link
Copy Markdown
Collaborator

No description provided.

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

This PR updates the CI release workflows to persist the built Python (PyPI) distribution files (sdist + wheel) as GitHub Actions artifacts, making them available for inspection/download from workflow runs.

Changes:

  • Upload sphinx-ui/dist/*.tar.gz and sphinx-ui/dist/*.whl as workflow artifacts in the main release workflow.
  • Upload the same distributions as artifacts in the pre-release workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/release.yml Adds an artifact upload step for the built PyPI distributions (named with the release version).
.github/workflows/pre-release.yml Adds an artifact upload step for the built PyPI distributions in pre-release runs.

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

@sburton84 sburton84 merged commit db331fb into main Jun 12, 2026
5 checks passed
@sburton84 sburton84 deleted the artifacts branch June 12, 2026 13:13
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.

2 participants