Skip to content

Commit 219ee73

Browse files
committed
Add just build
1 parent 0fe9949 commit 219ee73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

MANIFEST.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include *.rst
22
include pyproject.toml
3-
include Makefile
3+
include justfile
44
include LICENSE
55
include .readthedocs.yaml
66
recursive-include docs *.rst

justfile

+6
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ docs: devenv
3333
SPHINXBUILD={{sphinxbuild}} make -e -C docs/ clean
3434
SPHINXBUILD={{sphinxbuild}} make -e -C docs/ doctest
3535
SPHINXBUILD={{sphinxbuild}} make -e -C docs/ html
36+
37+
build: devenv
38+
rm -rf build/ dist/
39+
uv run python -m build
40+
uv run twine check dist/*
41+
uv run check-manifest

0 commit comments

Comments
 (0)