Skip to content

Fix CI#103

Merged
complexluise merged 2 commits into
mainfrom
dev
Jun 18, 2026
Merged

Fix CI#103
complexluise merged 2 commits into
mainfrom
dev

Conversation

@complexluise

Copy link
Copy Markdown
Owner

No description provided.

complexluise and others added 2 commits June 18, 2026 16:44
…el frontend)

publish-testpypi corría `uv build`, que arma sdist y luego el wheel DESDE el
sdist. El sdist excluye `gui/static` (build output gitignored), así que el
force-include fallaba en el wheel-from-sdist (FileNotFoundError) y el publish
moría. `--wheel` construye el wheel directo del working tree, donde el paso
previo `pnpm build` ya dejó el frontend. Queda wheel-only en TestPyPI (pip usa
el wheel universal igual). Verificado: unzip -l lista gui/static/index.html + assets.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ci(publish): wheel con --wheel (uv build vía sdist perdía el frontend)
@complexluise
complexluise merged commit fadc824 into main Jun 18, 2026
8 checks passed
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.

1 participant