Skip to content

Commit f537afd

Browse files
authored
Merge pull request #411 from common-workflow-language/ship_local_typeshed_for_mypyc
include the typeshed in the sdist
2 parents c5b309a + d7bf508 commit f537afd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
include gittaggers.py Makefile LICENSE.txt requirements.txt mypy_requirements.txt test-requirements.txt
1+
include gittaggers.py Makefile LICENSE.txt requirements.txt mypy_requirements.txt test-requirements.txt mypy.ini
22
include schema_salad/py.typed
33
include schema_salad/avro/*
44
recursive-include schema_salad/java *
@@ -10,5 +10,6 @@ include schema_salad/tests/foreign/*.cwl
1010
recursive-include schema_salad/tests/test_real_cwl *
1111
include schema_salad/metaschema/*
1212
include schema_salad/tests/docimp/*
13+
recursive-include typeshed *.py?
1314
global-exclude *~
1415
global-exclude *.pyc

release-test.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ tar --extract --directory=out -z -f ${package}*.tar.gz
9090
pushd out/${package}*
9191
make dist
9292
make test
93+
pip install "-r${DIR}/mypy_requirements.txt"
94+
make mypy
9395
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
9496
mkdir ../not-${module}
9597
pushd ../not-${module}

0 commit comments

Comments
 (0)