Summary
Make the package installable via pip install ehr-writeback for anyone.
What to do
- Set up trusted publishing via GitHub Actions (OIDC, no API tokens)
- Add release workflow: tag → build → publish to PyPI
- Verify
pip install ehr-writeback works in a clean environment
- Add PyPI badge to README
Acceptance criteria
Summary
Make the package installable via
pip install ehr-writebackfor anyone.What to do
pip install ehr-writebackworks in a clean environmentAcceptance criteria
pip install ehr-writebackinstalls from PyPI