Skip to content

Commit 6f3f36b

Browse files
committed
release stuff
1 parent f23fcbd commit 6f3f36b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ dev = [
1414
"pre-commit",
1515
"pytest",
1616
"coverage",
17-
"pytest-cov"
17+
"pytest-cov",
18+
"build",
19+
"twine"
1820
]
1921

2022
[build-system]

scripts/dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
source .venv/bin/activate
44

5-
python -m build "$1"
5+
python -m build "src"

0 commit comments

Comments
 (0)