File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ test *args:
18
18
uv run pytest {{ args }}
19
19
20
20
publish :
21
- rm -rf dist/ *
22
- uv tool run --from build python -m build --installer uv
23
- uv tool run twine check dist/ *
24
- uv tool run twine upload dist/ * --username __token__ --password $PYPI_TOKEN
21
+ rm -rf dist
22
+ uv build
23
+ uv publish --token $PYPI_TOKEN
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ FastAPI versioning library
4
4
[ ![ MyPy Strict] ( https://img.shields.io/badge/mypy-strict-blue )] ( https://mypy.readthedocs.io/en/stable/getting_started.html#strict-mode-and-configuration )
5
5
[ ![ Supported versions] ( https://img.shields.io/pypi/pyversions/fast-version.svg )] ( https://pypi.python.org/pypi/fast-version )
6
6
[ ![ downloads] ( https://img.shields.io/pypi/dm/fast-version.svg )] ( https://pypistats.org/packages/fast-version )
7
- [ ![ GitHub stars] ( https://img.shields.io/github/stars/modern- python/fast-version )] ( https://github.com/modern -python/fast-version/stargazers )
7
+ [ ![ GitHub stars] ( https://img.shields.io/github/stars/community-of- python/fast-version )] ( https://github.com/community-of -python/fast-version/stargazers )
8
8
9
9
<img src =" ./logo.svg " width =" 250 " />
10
10
You can’t perform that action at this time.
0 commit comments