Skip to content

Commit

Permalink
using uv-0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
shimizukawa committed Sep 15, 2024
1 parent d9451d0 commit 7399946
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build package
run: |
uvx --from build pyproject-build --installer uv
uv build
uvx twine check dist/*
- name: Upload packages to Jazzband
Expand Down
2 changes: 1 addition & 1 deletion doc/dev.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Build package

Use build::

$ python -m build
$ uv build


Releasing
Expand Down
8 changes: 3 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,10 @@ commands=
ruff format django_redshift_backend

[testenv:check]
deps =
twine
build
deps = uv
commands =
python -m build
twine check dist/*
uv build
uvx twine check dist/*

[flake8]
max-line-length=120
Expand Down

0 comments on commit 7399946

Please sign in to comment.