Merge pull request #2018 from lissyx/win-pkgs

Add Windows Python packages to upload tasks
This commit is contained in:
lissyx 2019-04-08 14:44:31 +02:00 committed by GitHub
commit 3e93b1263b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -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"

View File

@ -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: