ci: adopt wads uv-based workflow + bump to 0.1.0#1
Merged
thorwhalen merged 2 commits intomainfrom Apr 28, 2026
Merged
Conversation
- Add .github/workflows/ci.yml from wads/data/github_ci_uv.yml. Reads [tool.wads.ci] from pyproject (uv installer, 3.10/3.12 matrix, no coverage, no Windows). Publishes to PyPI on main pushes via uv publish + the existing PYPI_PASSWORD token secret. - Replace .gitignore with the wads template (only adds the standard wads_configs.json prefix; rest is identical to what was here). - Bump version 0.0.1 -> 0.1.0 to match the public API contract documented in i2mint/enlace#13. The PR description says 0.1.0; the file said 0.0.1. Aligning before first publish so the wheel metadata matches what callers were told to pin against. Pushing to a feature branch first to verify CI passes; merge to main triggers publish.
- ruff --fix: removed unused imports (Optional, AuthConfig) and reordered import blocks in __main__.py and diagnostics.py. - admin/routes.py: split a long line by lifting a set comprehension into a named local (existing_lower). - plugin.py: hoist getattr(app, 'shared_password_env', None) into a local so the if-test fits in 88 chars. 98/98 tests pass locally; ruff check clean.
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.
Set up CI/CD per the wads-migrate skill so the package can publish itself to PyPI.
Changes
Verification
What happens on merge
The Publish job runs (gated on the branch being `main`/`master`). It builds sdist + wheel via uv, publishes to PyPI as `enlace_auth` 0.1.0, and pushes a CI commit bumping version per wads convention.
Companion PRs unblocked
Once `enlace_auth==0.1.0` is on PyPI, these can land: