fastapi-auth
SDK for integrating your Python FastAPI application with Wristband. Handles user authentication and token management.
Getting Started
SET PYPI TOKEN
poetry config pypi-token.pypi <your-token>
CICD
- on pull to main CICD will run
- if the version wasnt changed a version patch will be applied
PULL FROM MAIN
- ensure you pull from main as the CICD could bump the version of the pyproject.toml
git fetch origin main
git merge origin/main
Manual Publushing
BUILD
poetry build
BUMP VERSION
poetry version patch
poetry version minor
poetry version major
PUBLISH
poetry publish