Skip to content

Commit

Permalink
Add Windows Python packages to upload tasks
Browse files Browse the repository at this point in the history
X-DeepSpeech: NOBUILD
  • Loading branch information
Alexandre Lissy committed Apr 8, 2019
1 parent 594cf5a commit 47ef5d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions taskcluster/scriptworker-task-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions taskcluster/scriptworker-task-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
Expand All @@ -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:
Expand Down

0 comments on commit 47ef5d3

Please sign in to comment.