File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 88
99env :
1010 PYTHON_VERSION : " 3.12"
11- UV_VERSION : " 0.4.0 "
11+ UV_VERSION : " 0.4.29 "
1212
1313jobs :
1414 release :
@@ -33,19 +33,19 @@ jobs:
3333
3434 - name : Install dependencies
3535 run : |
36- uv sync --all-extras -- group dev
36+ uv sync --group dev
3737
3838 - name : Run tests
3939 run : |
40- uv run python -m pytest
40+ uv run python -m pytest tests --cov --cov-config=pyproject.toml --cov-report=xml
4141
4242 - name : Build package
4343 run : |
44- uv build
44+ uvx --from build pyproject-build --installer uv
4545
4646 - name : Check package
4747 run : |
48- uv run twine check dist/*
48+ uvx twine check dist/*
4949
5050 - name : Create GitHub Release
5151 uses : softprops/action-gh-release@v2
8181
8282 - name : Install dependencies
8383 run : |
84- uv sync --all-extras -- group dev
84+ uv sync --group dev
8585
8686 - name : Build documentation
8787 run : |
You can’t perform that action at this time.
0 commit comments