Skip to content

The disk images were empty, and the wheel had the old version - #19

Merged
MAXAWER merged 1 commit into
mainfrom
fix/release-1.3.0
Aug 27, 2026
Merged

The disk images were empty, and the wheel had the old version#19
MAXAWER merged 1 commit into
mainfrom
fix/release-1.3.0

Conversation

@MAXAWER

@MAXAWER MAXAWER commented Aug 27, 2026

Copy link
Copy Markdown
Owner

Both found by looking at what v1.3.0 actually published rather than at what the build said. Zero downloads, so the release and tag are being replaced rather than followed by a 1.3.1.

280 KB disk images

The engine is built into a staging directory outside the checkout now — OneDrive holds handles on files inside a synced folder — and tools/build_macos.py still looked only in dist/. It found nothing, printed a warning, and assembled the bundle anyway: an application that looks finished, weighs 300 KB, and does nothing on any machine without a checkout of this repository.

It imports the staging path from build_app now rather than repeating it, and it refuses outright instead of warning. --no-engine exists for the case where the window alone is genuinely what you want.

A 1.2.0 wheel in a 1.3.0 release

The version lived in three places — both __init__.py files and pyproject.toml — and the bump touched two. pyproject now reads it from mthread_draw.__version__, so there is one. Verified: python -m build --sdist produces mthread_draw-1.3.0.tar.gz.

205 tests pass.

Both found by looking at what v1.3.0 actually published rather than at
what the build said.

The .dmg files were 280 KB. The engine is built into a staging directory
outside the checkout now - OneDrive holds handles on files in a synced
folder - and tools/build_macos.py still looked in dist/, found nothing,
printed a warning, and assembled a bundle without it. A bundle that
looks finished and does nothing on any machine without a checkout of
this repository. It imports the staging path from build_app now instead
of repeating it, and refuses outright rather than warning: --no-engine
is there for the case where the window alone is what you want.

The wheel and sdist said 1.2.0 because the version lived in three
places and the bump touched two of them. pyproject reads it from
mthread_draw.__version__ now, so there is one.
@MAXAWER
MAXAWER merged commit 079e603 into main Aug 27, 2026
11 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