You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic Versioning: Configured package __init__.py to dynamically resolve __version__ using importlib.metadata, keeping package imports in perfect sync with Conda and Pip release tags.
CLI Version Option: Integrated dynamic Click version decorations so executing als-finder --version prints the exact installed SCM package release.
CI/CD Cache Optimization: Added GHA caching to the Docker publish workflow to prevent rebuilding massive base layers and speed up subsequent local pull times.