Skip to content

Commit 816a00c

Browse files
committed
using uv-0.4.5
1 parent b385774 commit 816a00c

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
@@ -68,12 +68,10 @@ commands=
6868
ruff format django_redshift_backend
6969

7070
[testenv:check]
71-
deps =
72-
twine
73-
build
71+
deps = uv
7472
commands =
75-
python -m build
76-
twine check dist/*
73+
uv build
74+
uvx twine check dist/*
7775

7876
[flake8]
7977
max-line-length=120

0 commit comments

Comments
 (0)