Forgejo PyPI registry + Woodpecker CI pipeline #5
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/woodpecker-sdk#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Plan
plan-2026-02-28-woodpecker-sdk-mcp— Phase 2Repo
woodpecker-sdk— the repo where the pipeline and ruff config changes happenUser Story
As a platform developer
I need woodpecker-sdk published to Forgejo's PyPI registry via a Woodpecker CI pipeline
So that downstream repos (woodpecker-mcp) can
pip install ldraney-woodpecker-sdkfrom our private registry, and every push is automatically linted, tested, built, and published.Acceptance Criteria
When I push to a branch:
Then ruff lint + format check runs, and pytest integration tests run against live Woodpecker.
When I merge to main:
Then the package is built and published to Forgejo's PyPI registry.
When I run
pip install --index-urlfrom Forgejo:Then the package installs successfully.
Additional Information
https://forgejo.tail5b443a.ts.net/api/packages/forgejo_admin/pypihttps://forgejo_admin:{token}@forgejo.tail5b443a.ts.net/api/packages/forgejo_admin/pypi/simpleissue-woodpecker-sdk-pypi-pipelineChecklist
~/.pypircconfigured with Forgejo registrytwine uploadsmoke test passespip installfrom Forgejo smoke test passes.woodpecker.ymlcreated with lint, test, build, publish stepspyproject.tomlRelated
plan-2026-02-28-woodpecker-sdk-mcp— parent plan, Phase 2plan-2026-02-28-woodpecker-mcp— child plan, depends on thisissue-woodpecker-sdk-pypi-pipeline— pal-e-docs issue