Skip to content

Commit

Permalink
Merge pull request #411 from common-workflow-language/ship_local_type…
Browse files Browse the repository at this point in the history
…shed_for_mypyc

include the typeshed in the sdist
  • Loading branch information
mergify[bot] authored Jun 24, 2021
2 parents c5b309a + d7bf508 commit f537afd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include gittaggers.py Makefile LICENSE.txt requirements.txt mypy_requirements.txt test-requirements.txt
include gittaggers.py Makefile LICENSE.txt requirements.txt mypy_requirements.txt test-requirements.txt mypy.ini
include schema_salad/py.typed
include schema_salad/avro/*
recursive-include schema_salad/java *
Expand All @@ -10,5 +10,6 @@ include schema_salad/tests/foreign/*.cwl
recursive-include schema_salad/tests/test_real_cwl *
include schema_salad/metaschema/*
include schema_salad/tests/docimp/*
recursive-include typeshed *.py?
global-exclude *~
global-exclude *.pyc
2 changes: 2 additions & 0 deletions release-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ tar --extract --directory=out -z -f ${package}*.tar.gz
pushd out/${package}*
make dist
make test
pip install "-r${DIR}/mypy_requirements.txt"
make mypy
pip uninstall -y ${package} || true; pip uninstall -y ${package} || true; make install
mkdir ../not-${module}
pushd ../not-${module}
Expand Down

0 comments on commit f537afd

Please sign in to comment.