We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2a602 commit 8f37f7cCopy full SHA for 8f37f7c
release.py
@@ -14,6 +14,8 @@ def cmd(sh_line):
14
os.system(sh_line)
15
16
17
+cmd("python3 -m build --sdist")
18
+cmd("python3 -m build --wheel")
19
cmd("git add -A")
20
cmd(f"git commit -m {args.message!r}")
21
cmd(f"git tag {args.version}")
0 commit comments