Skip to content

Commit 8f37f7c

Browse files
also need to build
1 parent bc2a602 commit 8f37f7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def cmd(sh_line):
1414
os.system(sh_line)
1515

1616

17+
cmd("python3 -m build --sdist")
18+
cmd("python3 -m build --wheel")
1719
cmd("git add -A")
1820
cmd(f"git commit -m {args.message!r}")
1921
cmd(f"git tag {args.version}")

0 commit comments

Comments
 (0)