summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-07-03 11:37:26 +0200
committerFlorian Bruhin <git@the-compiler.org>2018-07-03 11:37:26 +0200
commitb8fb5d45909780a8c51c0706673eeea6fe186470 (patch)
tree43ee488751a29da3a79f3832b520b5bd00d3ce42
parentf65f3db747b862d0acb6838dbd915febac99f155 (diff)
downloadqutebrowser-b8fb5d45909780a8c51c0706673eeea6fe186470.tar.gz
qutebrowser-b8fb5d45909780a8c51c0706673eeea6fe186470.zip
Make sure we're using Python 3.6 in release instructions
-rw-r--r--doc/contributing.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/contributing.asciidoc b/doc/contributing.asciidoc
index b130825ec..26ff12a15 100644
--- a/doc/contributing.asciidoc
+++ b/doc/contributing.asciidoc
@@ -710,8 +710,8 @@ qutebrowser release
as closed.
* Linux: Run `git checkout v1.$x.$y && ./.venv/bin/python3 scripts/dev/build_release.py --upload v1.$x.$y`.
-* Windows: Run `git checkout v1.X.Y; C:\Python36-32\python scripts\dev\build_release.py --asciidoc C:\Python27\python C:\asciidoc-8.6.9\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
-* macOS: Run `git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
+* Windows: Run `git checkout v1.X.Y; py -3.6 scripts\dev\build_release.py --asciidoc C:\Python27\python C:\asciidoc-8.6.9\asciidoc.py --upload v1.X.Y` (replace X/Y by hand).
+* macOS: Run `pyenv shell 3.6.6 && git checkout v1.X.Y && python3 scripts/dev/build_release.py --upload v1.X.Y` (replace X/Y by hand).
* On server:
- Run `python3 scripts/dev/download_release.py v1.X.Y` (replace X/Y by hand).
- Run `git pull github master && sudo python3 scripts/asciidoc2html.py --website /srv/http/qutebrowser`