File tree Expand file tree Collapse file tree 2 files changed +1
-78
lines changed
Expand file tree Collapse file tree 2 files changed +1
-78
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ SHELL := bash
44MAKEFLAGS += --no-builtin-rules \
55 --warn-undefined-variables
66
7- .PHONY : dist pytest test typeshed
7+ .PHONY : dist pytest test
88
99dist :
1010 if ! python3 -m pip freeze | grep -q build; then python3 -m pip install --upgrade build; fi
@@ -14,11 +14,6 @@ install_dev:
1414 python3 -m pip install --upgrade pip
1515 python3 -m pip install --upgrade --editable=./
1616
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-
2217upload :
2318 if ! python3 -m pip freeze | grep -q twine; then python3 -m pip install --upgrade twine; fi
2419 python3 -m twine upload dist/*
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments