summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-01-28 08:41:50 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-01-28 08:41:58 +0100
commitb716e765b9a0c8ec90e9a2be44ec2dbc04f036eb (patch)
treee3f8a81680f3cbc5252444dcd87f6151ea18b01c
parent743a02b6943153f564dbd8a819a64f0b8f7d0639 (diff)
downloadqutebrowser-b716e765b9a0c8ec90e9a2be44ec2dbc04f036eb.tar.gz
qutebrowser-b716e765b9a0c8ec90e9a2be44ec2dbc04f036eb.zip
scripts: Adjust Windows release instructions
(cherry picked from commit d48b455d776112d2a52b800a6b451fe3834464af)
-rw-r--r--scripts/dev/update_version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/dev/update_version.py b/scripts/dev/update_version.py
index e7e0547d7..1f476113c 100644
--- a/scripts/dev/update_version.py
+++ b/scripts/dev/update_version.py
@@ -81,8 +81,8 @@ if __name__ == "__main__":
"tox -e build-release -- --upload"
.format(v=version))
print("* Windows: git fetch; git checkout v{v}; "
- "py -3.7 -m tox -e build-release -- --asciidoc "
- "$env:userprofile\\bin\\asciidoc-9.0.4\\asciidoc.py --upload"
+ "py -3.9 -m tox -e build-release -- --asciidoc "
+ "$env:userprofile\\bin\\asciidoc-9.0.5\\asciidoc.py --upload"
.format(v=version))
print("* macOS: git fetch && git checkout v{v} && "
"tox -e build-release -- --upload"