Add tests to distribution by default (#97)

This commit is contained in:
kclowes
2023-06-14 07:59:07 -06:00
committed by GitHub
parent 42be4de76c
commit 024f9dbd54
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
include LICENSE
include README.md
recursive-include tests *
global-include *.pyi
recursive-exclude * __pycache__

View File

@ -69,7 +69,7 @@ notes: check-bump
make build-docs
git commit -m "Compile release notes"
release: check-bump clean
release: check-bump test clean
# require that you be on a branch that's linked to upstream/main
git status -s -b | head -1 | grep "\.\.upstream/main"
# verify that docs build correctly