[ALNR-6808] Add standalone lbox-alignerr PyPI publish workflow - #2073
Merged
pawelkozik-labelbox merged 3 commits intoAug 3, 2026
Conversation
Top-level workflow_dispatch avoids PyPI trusted-publisher limits on reusable workflows so lbox-alignerr can ship independently of labelbox.
pawelkozik-labelbox
temporarily deployed
to
Test-PyPI
August 3, 2026 11:27 — with
GitHub Actions
Inactive
rye build writes to repo-root dist/; upload from that path like other publish workflows.
pawelkozik-labelbox
temporarily deployed
to
Test-PyPI
August 3, 2026 11:40 — with
GitHub Actions
Inactive
Use the same lbox-staging-* group as develop/publish so overlapping integration tests do not contend on the shared staging org.
pawelkozik-labelbox
temporarily deployed
to
Test-PyPI
August 3, 2026 11:42 — with
GitHub Actions
Inactive
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 0b43c02. Configure here.
pawelkozik-labelbox
marked this pull request as ready for review
August 3, 2026 11:57
pawelkozik-labelbox
requested review from
StepanTytaLabelbox,
carl-l-chua,
manuaero,
mrobers1982,
ramy1951,
snmodi21 and
vikram-kharvi
August 3, 2026 11:57
mrobers1982
approved these changes
Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

https://labelbox.atlassian.net/browse/ALNR-6808
Context
lbox-alignerr0.3.0 is ondevelop, but prod PyPI still only has 0.1.0lbox-publish.ymlpath fails PyPI Trusted Publishing (OIDC cannot use reusable workflows)build-lboxfor that reasonIn scope
workflow_dispatch) that builds and publishes onlylbox-alignerrlbox-alignerr-vX.Y.Zand verify they matchpyproject.tomlpublish-lbox-alignerr(trusted publisher)Out of scope
labelboxSDK Publishbuild-lboxPost-merge release steps (0.3.0)
lbox-alignerr, add Trusted Publisher:Labelboxlabelbox-pythonlbox-alignerr-publish.ymlpublish-lbox-alignerrpublish-lbox-alignerrexists (protection rules as needed)gh workflow run "LBox Alignerr Publish" -f tag=lbox-alignerr-v0.3.00.3.0Note
Low Risk
CI-only addition with gated publish; no runtime SDK changes, though misconfigured PyPI trusted publisher or environment could block or mis-target releases.
Overview
Adds a manual GitHub Actions workflow (
lbox-alignerr-publish.yml) solbox-alignerrcan ship to PyPI without the reusable publish path that breaks Trusted Publishing (OIDC).Operators dispatch with a release tag (
lbox-alignerr-vX.Y.Z). A validate-tag job rejects bad tag shapes and requires the semver in the tag to matchlibs/lbox-alignerr/pyproject.toml. test runs format, lint, unit, and staging integration across Python 3.9–3.13 (staging concurrency group aligned with other LBox workflows). build produces artifacts from the tagged ref; pypi-publish uploads viapypa/gh-action-pypi-publishusing thepublish-lbox-alignerrenvironment andid-token: write.Reviewed by Cursor Bugbot for commit 0b43c02. Bugbot is set up for automated code reviews on this repo. Configure here.