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 8777784 commit 6964fc8Copy full SHA for 6964fc8
1 file changed
scripts/ci.py
@@ -3,7 +3,7 @@
3
4
5
def main():
6
- tag = "v3.1.0" if len(sys.argv) < 2 else sys.argv[1]
+ tag = "v3.2.0" if len(sys.argv) < 2 else sys.argv[1]
7
8
subprocess.run([sys.executable, "-m", "scripts.build_all"])
9
subprocess.run([sys.executable, "-m", "scripts.upload_all", "--tag", tag])
0 commit comments