Skip to content

fix: Make version check optional for private pypi publish - #1500

Merged
jorgepiloto merged 3 commits into
mainfrom
feat/skip-version-check
Aug 25, 2026
Merged

fix: Make version check optional for private pypi publish#1500
jorgepiloto merged 3 commits into
mainfrom
feat/skip-version-check

Conversation

@da1910

@da1910 da1910 commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

Addresses #1499

Makes the verification step optional for private pypi publish, the inner action has a required verify-tag-version input. The outer action has an optional input with the same name which defaults ot true.

da1910 added 2 commits August 25, 2026 09:58
Added a new input 'verify-tag-version' to check if the git ref matches the package version.
@da1910
da1910 requested a review from a team as a code owner August 25, 2026 09:25
@github-actions github-actions Bot added the enhancement General improvements to existing features label Aug 25, 2026

@RobPasMue RobPasMue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@RobPasMue RobPasMue linked an issue Aug 25, 2026 that may be closed by this pull request
2 tasks

@jorgepiloto jorgepiloto left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementing the issue, @da1910. All good on my side.

@jorgepiloto
jorgepiloto merged commit 0a1dfcd into main Aug 25, 2026
111 of 112 checks passed
@jorgepiloto
jorgepiloto deleted the feat/skip-version-check branch August 25, 2026 12:33
moe-ad pushed a commit that referenced this pull request Aug 27, 2026
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement General improvements to existing features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tag verification for private pypi release should be optional

4 participants