ci: add skip_existing to publish workflow#7
Merged
greyllmmoder merged 2 commits intomainfrom Apr 9, 2026
Merged
Conversation
High-volume utility additions: - aztec_py/batch.py: encode_batch() with ordered output and multiprocessing - aztec_py/presets.py: boarding_pass, transit_ticket, event_entry, gs1_label - aztec_py/__main__.py: bulk mode (--input, --workers, --out-dir, --preset) and benchmark mode (--benchmark, --benchmark-count, --benchmark-workers) - aztec_py/__init__.py: expose encode_batch, presets, __version__ = "1.1.0" - aztec_py/core.py: minor type annotation updates Tests: - tests/test_batch.py, test_presets.py, test_cli_bulk_and_benchmark.py (new) - tests/test_rune.py: SVG-path and PDF-to-file-object coverage - tests/test_compat_matrix.py: compat.py error-path coverage - Total: 94 passed, 90.67% coverage Meta: - Version: 0.11.0 → 1.1.0 - pyproject.toml: description, 12 keywords, Production/Stable + Typing classifiers - README: full rewrite — why-aztec-py table, six real-world use-case sections (airline, logistics, healthcare, ticketing, retail, Django/FastAPI service) - CHANGELOG: 1.1.0 entry Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Prevents failure when version already exists on PyPI (e.g. manual twine upload).
greyllmmoder
added a commit
that referenced
this pull request
Apr 9, 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.
Prevents failure when version already exists on PyPI (e.g. after a manual twine upload). Safe to merge immediately — no logic change.