Skip to content

Removed Publish workflow#764

Open
jprakash-db wants to merge 1 commit intomainfrom
jprakash-db/rm-publish
Open

Removed Publish workflow#764
jprakash-db wants to merge 1 commit intomainfrom
jprakash-db/rm-publish

Conversation

@jprakash-db
Copy link
Copy Markdown
Contributor

What type of PR is this?

  • Refactor
  • Feature
  • Bug Fix
  • Other

Description

How is this tested?

  • Unit tests
  • E2E Tests
  • Manually
  • N/A

Related Tickets & Documents

Copilot AI review requested due to automatic review settings March 29, 2026 06:46
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

Removes the GitHub Actions workflows responsible for publishing the package(s) to PyPI (production, test, and manual).

Changes:

  • Deleted the release-triggered production PyPI publish workflow.
  • Deleted the main-branch push-triggered TestPyPI publish workflow.
  • Deleted the manually triggered production PyPI publish workflow.

Reviewed changes

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

File Description
.github/workflows/publish.yml Removes the release-based production publish pipeline.
.github/workflows/publish-test.yml Removes the main-branch TestPyPI publish pipeline.
.github/workflows/publish-manual.yml Removes the manual production publish pipeline.
Comments suppressed due to low confidence (1)

.github/workflows/publish.yml:1

  • Removing this workflow (and the related publish-test/publish-manual workflows) means the repo no longer has any GitHub Actions path to publish artifacts to PyPI on release or on main. If publishing is still required, add/point to the replacement release process (e.g., a new workflow using PyPI trusted publishing/OIDC, or documented manual steps) so releases don’t become a manual/undocumented operational task.

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

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