PyPI project: latence
Trusted Publisher settings:
- Publisher: GitHub
- Owner:
latenceainew - Repository:
latence-trace-python - Workflow filename:
publish.yml - Environment name:
pypi
No PyPI API token is required when Trusted Publishing is enabled.
Release flow:
- Confirm the version in
pyproject.tomlhas not been uploaded before. - Run
python -m pytest,python -m ruff check .,python -m build, andpython -m twine check dist/*. - Create and push a release tag, for example
v0.1.4. - Publish through the protected
pypiGitHub environment.