diff --git a/taskcluster/scriptworker-task-github.yml b/taskcluster/scriptworker-task-github.yml index 90a93d72c2..38fdf56173 100644 --- a/taskcluster/scriptworker-task-github.yml +++ b/taskcluster/scriptworker-task-github.yml @@ -29,6 +29,8 @@ build: - "linux-amd64-gpu-opt" - "linux-rpi3-cpu-opt" - "linux-arm64-cpu-opt" + - "win-amd64-cpu-opt" + - "win-amd64-gpu-opt" javascript: # GPU package - "node-package-gpu" diff --git a/taskcluster/scriptworker-task-pypi.yml b/taskcluster/scriptworker-task-pypi.yml index de24956ea6..4b068d287c 100644 --- a/taskcluster/scriptworker-task-pypi.yml +++ b/taskcluster/scriptworker-task-pypi.yml @@ -7,6 +7,8 @@ build: - "linux-amd64-cpu-opt" - "linux-amd64-gpu-opt" - "linux-rpi3-cpu-opt" + - "win-amd64-cpu-opt" + - "win-amd64-gpu-opt" allowed: - "tag" ref_match: "refs/tags/" @@ -24,6 +26,8 @@ build: - "linux-amd64-cpu-opt" - "linux-amd64-gpu-opt" - "linux-rpi3-cpu-opt" + - "win-amd64-cpu-opt" + - "win-amd64-gpu-opt" # - "linux-arm64-cpu-opt" Aarch64 packages are refused by upload.pypi.org nuget: [] metadata: