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 eccf489 commit 564fa81Copy full SHA for 564fa81
release-macos.sh
@@ -0,0 +1,13 @@
1
+#!/usr/bin/env bash
2
+# This Source Code Form is subject to the terms of the Mozilla Public
3
+# License, v. 2.0. If a copy of the MPL was not distributed with this
4
+# file, You can obtain one at https://mozilla.org/MPL/2.0/.
5
+
6
+set -eo pipefail
7
8
+export PYBUILD_RELEASE_TAG=$(date -u '+%Y%m%dT%H%M')
9
10
+./build-macos.py --python cpython-3.7 --optimizations debug
11
+./build-macos.py --python cpython-3.7 --optimizations pgo
12
+./build-macos.py --python cpython-3.8 --optimizations debug
13
+./build-macos.py --python cpython-3.8 --optimizations pgo
0 commit comments