Skip to content

Modify Python publish workflow triggers#26

Merged
nhew1994 merged 1 commit intomainfrom
nhew1994-patch-1
Mar 3, 2026
Merged

Modify Python publish workflow triggers#26
nhew1994 merged 1 commit intomainfrom
nhew1994-patch-1

Conversation

@nhew1994
Copy link
Collaborator

@nhew1994 nhew1994 commented Mar 3, 2026

Updated workflow to trigger on release events and added workflow_dispatch.

Updated workflow to trigger on release events and added workflow_dispatch.
Copilot AI review requested due to automatic review settings March 3, 2026 02:51
Copy link
Contributor

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

Updates the Python package publishing GitHub Actions workflow so it runs only when a GitHub Release is published, with an added option to run it manually via workflow_dispatch.

Changes:

  • Removed push and pull_request triggers from the publish workflow.
  • Added workflow_dispatch to allow manual runs.
  • Removed the now-redundant job-level if: guard on the publish job.

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

@nhew1994 nhew1994 merged commit e276b69 into main Mar 3, 2026
10 checks passed
@nhew1994 nhew1994 deleted the nhew1994-patch-1 branch March 3, 2026 02:55
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