Goal
Publish \linked-markdown-py\ to PyPI so the Python reference implementation is installable via \pip install linked-markdown-py.
Pre-flight checklist
Configure trusted publishing (one-time)
- Go to https://pypi.org/manage/account/publishing/
- Add a new trusted publisher:
- PyPI project: \linked-markdown-py\
- Repository owner: \wazootech\
- Repository name: \linked-markdown-py\
- Workflow name:
elease.yml\
- Environment: (leave blank)
Publish
\\�ash
git tag v0.1.0
git push origin v0.1.0
\\
The Release workflow will build and publish automatically.
Post-publish verification
- \pip install linked-markdown-py\ works
- \uv add linked-markdown-py\ works (to switch wiki-cli from git source)
- README badge updated to

Related
Goal
Publish \linked-markdown-py\ to PyPI so the Python reference implementation is installable via \pip install linked-markdown-py.
Pre-flight checklist
Configure trusted publishing (one-time)
elease.yml\
Publish
\\�ash
git tag v0.1.0
git push origin v0.1.0
\\
The Release workflow will build and publish automatically.
Post-publish verification
Related