Skip to content

fix(ci): add tag trigger to GitHub Actions push workflow - #16

Merged
milliyin merged 1 commit into
mainfrom
fix/ci-tag-trigger
Aug 11, 2026
Merged

fix(ci): add tag trigger to GitHub Actions push workflow#16
milliyin merged 1 commit into
mainfrom
fix/ci-tag-trigger

Conversation

@milliyin

Copy link
Copy Markdown
Member

Summary

Fixes GitHub Actions workflow configuration in .github/workflows/ci.yml to automatically listen for and execute on Git release tags (e.g. v0.0.1).


🚀 Key Changes

  1. Tag Trigger Added: Included tags: ["v*"] under on.push in .github/workflows/ci.yml.
  2. Build Job Condition Updated: Allowed build job to run on startsWith(github.ref, 'refs/tags/v') so PyPI release wheels build successfully.

@milliyin milliyin linked an issue Aug 11, 2026 that may be closed by this pull request
2 tasks
@milliyin
milliyin merged commit b441021 into main Aug 11, 2026
5 checks passed
@milliyin
milliyin deleted the fix/ci-tag-trigger branch August 13, 2026 01:27
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.

Add git tag trigger to GitHub Actions push workflow for PyPI releases

1 participant