Skip to content

Automate pypi publishing#4239

Merged
PastelStorm merged 8 commits intomainfrom
evoss/automate-pypi-publishing
Feb 13, 2026
Merged

Automate pypi publishing#4239
PastelStorm merged 8 commits intomainfrom
evoss/automate-pypi-publishing

Conversation

@PastelStorm
Copy link
Copy Markdown
Contributor

@PastelStorm PastelStorm commented Feb 12, 2026

Note

Medium Risk
Introduces a new automated publishing workflow and modifies dependency-install semantics in CI/Docker, which could cause release or build failures if credentials, tags, or lockfile expectations are misconfigured.

Overview
Adds an automated release pipeline: a new release.yml workflow triggers on published GitHub releases, validates the tag matches unstructured.__version__, builds via uv build, publishes to PyPI using trusted publishing, and best-effort uploads the same artifacts to Azure Artifacts via twine.

Across CI, Docker, and Make targets, replaces uv sync --frozen with uv sync --locked and adds uv run --no-sync where uv sync already ran to avoid implicit re-syncing; introduces a new release dependency group (adds twine), bumps version to 0.20.2, and updates uv.lock accordingly.

Written by Cursor Bugbot for commit c9555c9. This will update automatically on new commits. Configure here.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Feb 12, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedgithub/​astral-sh/​setup-uv@​d4b2f3b6ecc6e67c4457f6d3e41ec42d3d0fcb8699100100100100
Addedgithub/​pypa/​gh-action-pypi-publish@​ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e100100100100100

View full report

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@PastelStorm PastelStorm added this pull request to the merge queue Feb 13, 2026
Merged via the queue into main with commit 104d29f Feb 13, 2026
52 checks passed
@PastelStorm PastelStorm deleted the evoss/automate-pypi-publishing branch February 13, 2026 02:18
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