Skip to content

Commit 6964fc8

Browse files
committed
Release to v3.2.0 in ci
1 parent 8777784 commit 6964fc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
def main():
6-
tag = "v3.1.0" if len(sys.argv) < 2 else sys.argv[1]
6+
tag = "v3.2.0" if len(sys.argv) < 2 else sys.argv[1]
77

88
subprocess.run([sys.executable, "-m", "scripts.build_all"])
99
subprocess.run([sys.executable, "-m", "scripts.upload_all", "--tag", tag])

0 commit comments

Comments
 (0)