Skip to content

Commit 7399946

Browse files
committed
using uv-0.4.5
1 parent d9451d0 commit 7399946

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
- name: Build package
2828
run: |
29-
uvx --from build pyproject-build --installer uv
29+
uv build
3030
uvx twine check dist/*
3131
3232
- name: Upload packages to Jazzband

doc/dev.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Build package
6868

6969
Use build::
7070

71-
$ python -m build
71+
$ uv build
7272

7373

7474
Releasing

tox.ini

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,10 @@ commands=
6161
ruff format django_redshift_backend
6262

6363
[testenv:check]
64-
deps =
65-
twine
66-
build
64+
deps = uv
6765
commands =
68-
python -m build
69-
twine check dist/*
66+
uv build
67+
uvx twine check dist/*
7068

7169
[flake8]
7270
max-line-length=120

0 commit comments

Comments
 (0)