Skip to content

Commit

Permalink
Add just build
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Oct 7, 2024
1 parent 0fe9949 commit 219ee73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include *.rst
include pyproject.toml
include Makefile
include justfile
include LICENSE
include .readthedocs.yaml
recursive-include docs *.rst
Expand Down
6 changes: 6 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ docs: devenv
SPHINXBUILD={{sphinxbuild}} make -e -C docs/ clean
SPHINXBUILD={{sphinxbuild}} make -e -C docs/ doctest
SPHINXBUILD={{sphinxbuild}} make -e -C docs/ html

build: devenv
rm -rf build/ dist/
uv run python -m build
uv run twine check dist/*
uv run check-manifest

0 comments on commit 219ee73

Please sign in to comment.