Add images to built package
This commit is contained in:
parent
c128038d33
commit
4111330124
2 changed files with 6 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -34,6 +34,10 @@ clean:
|
|||
dist: clean
|
||||
$(POETRY) build
|
||||
|
||||
.PHONY: upload
|
||||
upload: dist
|
||||
$(POETRY) run twine upload dist/*
|
||||
|
||||
.PHONY: lint
|
||||
lint: $(INSTALL_STAMP) dist
|
||||
$(POETRY) run isort --profile=black --lines-after-imports=2 ./tests/ $(NAME)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue