Skip to content

Commit

Permalink
Upload 3.6 wheel SDKs as they are already built
Browse files Browse the repository at this point in the history
  • Loading branch information
cjh1 authored and psavery committed May 7, 2022
1 parent c0a3150 commit 651075c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,21 +453,25 @@ wheel-sdk:upload:
- .rsync_upload_wheel_sdk
- .weekly_upload_only
dependencies:
- wheel-linux-python36-x86_64:build
- wheel-linux-python37-x86_64:build
- wheel-linux-python38-x86_64:build
- wheel-linux-python39-x86_64:build
- wheel-linux-python310-x86_64:build
- wheel-macos-python36-x86_64:build
- wheel-macos-python37-x86_64:build
- wheel-macos-python38-x86_64:build
- wheel-macos-python39-arm64:build
- wheel-macos-python39-x86_64:build
- wheel-macos-python310-arm64:build
- wheel-macos-python310-x86_64:build
- wheel-windows-python36-x86_64:build
- wheel-windows-python37-x86_64:build
- wheel-windows-python38-x86_64:build
- wheel-windows-python39-x86_64:build
- wheel-windows-python310-x86_64:build
needs:
- wheel-linux-python36-x86_64:build
- wheel-linux-python37-x86_64:build
- wheel-linux-python37-x86_64:test
- wheel-linux-python38-x86_64:build
Expand All @@ -476,6 +480,8 @@ wheel-sdk:upload:
- wheel-linux-python39-x86_64:test
- wheel-linux-python310-x86_64:build
- wheel-linux-python310-x86_64:test
- wheel-macos-python36-x86_64:build
- wheel-macos-python36-x86_64:test
- wheel-macos-python37-x86_64:build
- wheel-macos-python37-x86_64:test
- wheel-macos-python38-x86_64:build
Expand All @@ -488,6 +494,7 @@ wheel-sdk:upload:
- wheel-macos-python310-arm64:test
- wheel-macos-python310-x86_64:build
- wheel-macos-python310-x86_64:test
- wheel-windows-python36-x86_64:build
- wheel-windows-python37-x86_64:build
- wheel-windows-python37-x86_64:test
- wheel-windows-python38-x86_64:build
Expand Down

0 comments on commit 651075c

Please sign in to comment.