Skip to content

fix: update publish.yml tag trigger to match X.Y.Z release format - #40

Merged
swainn merged 1 commit into
masterfrom
copilot/debug-pypi-publish-workflow
Aug 13, 2026
Merged

fix: update publish.yml tag trigger to match X.Y.Z release format#40
swainn merged 1 commit into
masterfrom
copilot/debug-pypi-publish-workflow

Conversation

Copilot AI commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The PyPI publish workflow never triggered for the 0.7.0 release because the tag pattern v* didn't match the repo's X.Y.Z tag convention.

Changes

  • .github/workflows/publish.yml: Changed tag trigger pattern from v* to [0-9]* to match bare semver tags (e.g. 0.7.0)

Co-authored-by: swainn <5123221+swainn@users.noreply.github.com>
Copilot AI requested a review from swainn August 13, 2026 21:03
@swainn
swainn marked this pull request as ready for review August 13, 2026 21:05
Copilot AI lite review requested due to automatic review settings August 13, 2026 21:05
@swainn
swainn merged commit 8835875 into master Aug 13, 2026
3 checks passed
@swainn
swainn deleted the copilot/debug-pypi-publish-workflow branch August 13, 2026 21:07

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

Updates the PyPI publish GitHub Actions workflow so it triggers on the repository’s bare semver tag convention (e.g. 0.7.0) instead of v*-prefixed tags.

Changes:

  • Adjusted on.push.tags trigger in the publish workflow to match digit-prefixed tags.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

push:
tags:
- "v*"
- "[0-9]*"
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.

3 participants