diff --git a/Justfile b/Justfile index e8f2238..3a7eb1e 100644 --- a/Justfile +++ b/Justfile @@ -18,7 +18,6 @@ test *args: uv run pytest {{ args }} publish: - rm -rf dist/* - uv tool run --from build python -m build --installer uv - uv tool run twine check dist/* - uv tool run twine upload dist/* --username __token__ --password $PYPI_TOKEN + rm -rf dist + uv build + uv publish --token $PYPI_TOKEN diff --git a/README.md b/README.md index f4f0860..08847f3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ FastAPI versioning library [![MyPy Strict](https://img.shields.io/badge/mypy-strict-blue)](https://mypy.readthedocs.io/en/stable/getting_started.html#strict-mode-and-configuration) [![Supported versions](https://img.shields.io/pypi/pyversions/fast-version.svg)](https://pypi.python.org/pypi/fast-version) [![downloads](https://img.shields.io/pypi/dm/fast-version.svg)](https://pypistats.org/packages/fast-version) -[![GitHub stars](https://img.shields.io/github/stars/modern-python/fast-version)](https://github.com/modern-python/fast-version/stargazers) +[![GitHub stars](https://img.shields.io/github/stars/community-of-python/fast-version)](https://github.com/community-of-python/fast-version/stargazers)