Skip to content

Commit

Permalink
Add tests to distribution by default (ethereum#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes authored Jun 14, 2023
1 parent 42be4de commit 024f9db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
include LICENSE
include README.md

recursive-include tests *

global-include *.pyi

recursive-exclude * __pycache__
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 024f9db

Please sign in to comment.