Merge pull request #2018 from lissyx/win-pkgs
Add Windows Python packages to upload tasks
This commit is contained in:
commit
3e93b1263b
@ -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"
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user