PyPI release prep: asciimagic import rename, 0.3.0, publish workflow#27
Merged
Conversation
- Import package renamed ascii_magic -> asciimagic: PyPI's existing ascii-magic project owns the ascii_magic import name, so co-installs would collide. Done now, before anyone depends on ours. Console script names are unchanged; the dist remains ascii-magic-tools. - Version 0.3.0; pyproject gains urls/keywords/version classifiers. - Tag-triggered publish workflow (v* tags): test -> uv build -> twine check -> PyPI trusted publishing (id-token, no secrets), environment 'pypi'. - Verified: wheel smoke-installed into a clean venv - scripts run and the GUI static files ship. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This was referenced Jul 7, 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.
Summary
Gets the project one tag away from
pipx install ascii-magic-tools.ascii_magic→asciimagic(96 references). PyPI's existingascii-magicproject owns theascii_magicimport name, so publishing ours unrenamed would break co-installs. Now is the cheapest moment — nothing external depends on the import yet. Console scripts and the dist name are unchanged.v*tags: tests →uv build→twine check→ PyPI trusted publishing (OIDC, no token secrets), gated on apypienvironment.Before first release (one-time, on pypi.org)
Add a pending publisher: project
ascii-magic-tools, ownerirobinson010, repoASCII-Magic, workflowpublish.yml, environmentpypi. Thengit tag v0.3.0 && git push origin v0.3.0.Test plan
uv build+twine checkpassascii-magic --version, figlet render, and GUI static files all present🤖 Generated with Claude Code