Skip to content

run publish workflow on merge, block merge without version bumps#57

Merged
adithyasamavedhi-ttd merged 1 commit into
mainfrom
modify-pypi-publish-workflow-to-trigger-on-merge
Jun 15, 2026
Merged

run publish workflow on merge, block merge without version bumps#57
adithyasamavedhi-ttd merged 1 commit into
mainfrom
modify-pypi-publish-workflow-to-trigger-on-merge

Conversation

@adithyasamavedhi-ttd

@adithyasamavedhi-ttd adithyasamavedhi-ttd commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

What does this PR do?

  • Run pypi publish workflow on merge
  • Block merges if version is not bumped
  • allow overriding the check for version bump by attaching a skip version bump label to PR (useful for code changes like, adding unit tests or changing git workflows which need not bump the pypi version)

Screenshots

  1. Version bump should alert when no label added:
Screenshot 2026-06-15 at 12 05 44 PM
  1. Version bump skipped when label added:
Screenshot 2026-06-15 at 1 32 12 PM

@adithyasamavedhi-ttd adithyasamavedhi-ttd requested a review from a team June 15, 2026 18:49
@adithyasamavedhi-ttd adithyasamavedhi-ttd added the skip-version-bump Skips the requirement to bump pypi version on PR label Jun 15, 2026
@adithyasamavedhi-ttd adithyasamavedhi-ttd force-pushed the modify-pypi-publish-workflow-to-trigger-on-merge branch 2 times, most recently from cd09cf8 to c67d135 Compare June 15, 2026 20:17
…allow overriding the check to skip the version bump
@adithyasamavedhi-ttd adithyasamavedhi-ttd force-pushed the modify-pypi-publish-workflow-to-trigger-on-merge branch from c67d135 to 184461c Compare June 15, 2026 20:31
@adithyasamavedhi-ttd adithyasamavedhi-ttd merged commit f27d507 into main Jun 15, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-version-bump Skips the requirement to bump pypi version on PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants