Skip to content

Commit 0ae971f

Browse files
committed
using uv-0.4.5
1 parent 3697dfe commit 0ae971f

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

7171
[testenv:check]
72-
deps =
73-
twine
74-
build
72+
deps = uv
7573
commands =
76-
python -m build
77-
twine check dist/*
74+
uv build
75+
uvx twine check dist/*
7876

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

0 commit comments

Comments
 (0)