Skip to content

Commit

Permalink
create build target
Browse files Browse the repository at this point in the history
  • Loading branch information
aviau committed Aug 15, 2024
1 parent 39c58e6 commit 7fea88b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/venv-tools
/venv
__pycache__/
/dist
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ clean:
.PHONY: test
test: venv
venv/bin/pytest

.PHONY: build
build: venv-tools
rm -rf dist
venv-tools/bin/poetry build

0 comments on commit 7fea88b

Please sign in to comment.