mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
Add tests to distribution by default (#97)
This commit is contained in:
@ -1,6 +1,8 @@
|
|||||||
include LICENSE
|
include LICENSE
|
||||||
include README.md
|
include README.md
|
||||||
|
|
||||||
|
recursive-include tests *
|
||||||
|
|
||||||
global-include *.pyi
|
global-include *.pyi
|
||||||
|
|
||||||
recursive-exclude * __pycache__
|
recursive-exclude * __pycache__
|
||||||
|
|||||||
2
Makefile
2
Makefile
@ -69,7 +69,7 @@ notes: check-bump
|
|||||||
make build-docs
|
make build-docs
|
||||||
git commit -m "Compile release notes"
|
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
|
# require that you be on a branch that's linked to upstream/main
|
||||||
git status -s -b | head -1 | grep "\.\.upstream/main"
|
git status -s -b | head -1 | grep "\.\.upstream/main"
|
||||||
# verify that docs build correctly
|
# verify that docs build correctly
|
||||||
|
|||||||
Reference in New Issue
Block a user