Skip to content

Commit 1582f86

Browse files
committed
Add command in Makefile
1 parent 59a5f15 commit 1582f86

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.venv

Makefile

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
install:
2+
poetry install
3+
4+
brain-games:
5+
poetry run brain-games
6+
7+
build:
8+
poetry build
9+
10+
publish:
11+
poetry publish --dry-run
12+
13+
package-install:
14+
python3 -m pip install --user dist/*.whl

0 commit comments

Comments
 (0)