File tree 2 files changed +1
-78
lines changed 2 files changed +1
-78
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SHELL := bash
4
4
MAKEFLAGS += --no-builtin-rules \
5
5
--warn-undefined-variables
6
6
7
- .PHONY : dist pytest test typeshed
7
+ .PHONY : dist pytest test
8
8
9
9
dist :
10
10
if ! python3 -m pip freeze | grep -q build; then python3 -m pip install --upgrade build; fi
@@ -14,11 +14,6 @@ install_dev:
14
14
python3 -m pip install --upgrade pip
15
15
python3 -m pip install --upgrade --editable=./
16
16
17
- typeshed :
18
- if ! command -v stubgen & > /dev/null; then python3 -m pip install --upgrade mypy; fi
19
- stubgen --output=src/inject --search-path=src src/inject
20
- mv -f src/inject/inject.pyi src/inject/__init__.pyi
21
-
22
17
upload :
23
18
if ! python3 -m pip freeze | grep -q twine; then python3 -m pip install --upgrade twine; fi
24
19
python3 -m twine upload dist/*
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments