Skip to content

Enable manual triggering for TestPyPI and PyPI publish workflows#25

Merged
digreatbrian merged 3 commits intomainfrom
copilot/add-manual-trigger-to-workflow
Feb 16, 2026
Merged

Enable manual triggering for TestPyPI and PyPI publish workflows#25
digreatbrian merged 3 commits intomainfrom
copilot/add-manual-trigger-to-workflow

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 15, 2026

Adds workflow_dispatch trigger to both publishing workflows to enable manual execution from GitHub Actions UI.

Changes

  • .github/workflows/testpypi-publish.yml: Added workflow_dispatch trigger alongside existing tag-based trigger
  • .github/workflows/pypi-publish.yml: Added workflow_dispatch trigger alongside existing workflow_run trigger

Both workflows retain their automatic triggers. This enables manual testing of the publishing pipeline and provides a fallback mechanism for release deployment.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: digreatbrian <119015367+digreatbrian@users.noreply.github.com>
Copilot AI changed the title [WIP] Add manual trigger to workflow Enable manual triggering for TestPyPI publish workflow Feb 15, 2026
Copilot AI requested a review from digreatbrian February 15, 2026 21:46
Co-authored-by: digreatbrian <119015367+digreatbrian@users.noreply.github.com>
Copilot AI changed the title Enable manual triggering for TestPyPI publish workflow Enable manual triggering for TestPyPI and PyPI publish workflows Feb 16, 2026
@digreatbrian digreatbrian marked this pull request as ready for review February 16, 2026 09:04
@digreatbrian digreatbrian merged commit ee19f05 into main Feb 16, 2026
4 checks passed
@digreatbrian digreatbrian deleted the copilot/add-manual-trigger-to-workflow branch February 16, 2026 09:04
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