Skip to content

fix(publish-pypi): omit empty UV_PUBLISH_URL - #48

Merged
gitctrlx merged 1 commit into
mainfrom
fix/pypi-empty-publish-url
Sep 3, 2026
Merged

fix(publish-pypi): omit empty UV_PUBLISH_URL#48
gitctrlx merged 1 commit into
mainfrom
fix/pypi-empty-publish-url

Conversation

@gitctrlx

@gitctrlx gitctrlx commented Sep 3, 2026

Copy link
Copy Markdown
Member

Summary

  • Empty UV_PUBLISH_URL is passed to uv publish as --publish-url '' and fails (relative URL without a base).
  • Only set --publish-url when the caller actually passed repository-url.

Test plan

  • Self CI green
  • Retag v2
  • Re-run qntx/openai-python v1.0.0 publish

uv reads UV_PUBLISH_URL from the environment and rejects ''.
Copilot AI lite review requested due to automatic review settings September 3, 2026 03:32
@gitctrlx
gitctrlx requested a review from qntxc as a code owner September 3, 2026 03:32

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@gitctrlx
gitctrlx merged commit 6fae207 into main Sep 3, 2026
9 checks passed
@gitctrlx
gitctrlx deleted the fix/pypi-empty-publish-url branch September 3, 2026 03:33
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