mempalace/.github/workflows
Igor Lins e Silva 19d2f9216d ci(publish): build + publish in one job to avoid cross-job artifact handoff
The two-job split passed the wheel from the build job to the publish job
via upload/download-artifact, which failed repeatedly with BlobNotFound on
the same-run download (GitHub artifact-service flake) — the PyPI upload step
never ran. Collapse into a single `publish` job that builds and publishes in
the same workspace, removing the handoff entirely. The job keeps the `pypi`
environment gate, OIDC (id-token: write), refs/tags checkout, and the
on-main + version-manifest checks.
2026-06-06 05:10:52 -03:00
..
bump-plugin-version.yml.disabled
ci.yml fix(release): align ruff pin to 0.15.14 + hoist COCA imports out of hot paths 2026-05-24 15:04:56 -07:00
deploy-docs.yml feat(docs): wire MEMPALACE_DOCS_GA_ID into deploy and harden gtag snippet 2026-05-12 18:51:47 -03:00
docker-publish.yml ci(docker): fix latest/main publishing, add arm64 + GPU build check 2026-06-05 22:39:15 -03:00
publish.yml ci(publish): build + publish in one job to avoid cross-job artifact handoff 2026-06-06 05:10:52 -03:00
version-guard.yml chore(deps): bump actions/checkout from 4 to 6 2026-04-17 07:56:09 +00:00