mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 20:25:34 -05:00
chore: prepare release workflow
- disable macOS builds for release for now as we don't know how long they are closes #246 closes #809
This commit is contained in:
@@ -33,7 +33,9 @@ WEEKLY_CONF = {"os": WEEKLY_OSES, "python": WEEKLY_PYTHON_VERSIONS}
|
||||
# The OSes here are to indicate the OSes used for runners during release
|
||||
RELEASE_OSES = {
|
||||
LINUX: "ubuntu-20.04",
|
||||
MACOS: "macos-10.15",
|
||||
# TODO: https://github.com/zama-ai/concrete-numpy-internal/issues/1340
|
||||
# Re-enable macOS for release once we have the duration of the tests
|
||||
# MACOS: "macos-10.15",
|
||||
}
|
||||
# The python versions will be used to build packages during release
|
||||
RELEASE_PYTHON_VERSIONS = ["3.8", "3.9"]
|
||||
|
||||
Reference in New Issue
Block a user