mirror of
https://github.com/wassname/ray.git
synced 2026-07-12 05:45:11 +08:00
Deploy Windows wheels to Amazon S3 (#8237)
* Deploy to Amazon S3 * Install specifically requested Python version Co-authored-by: Mehrdad <noreply@github.com>
This commit is contained in:
@@ -39,6 +39,13 @@ jobs:
|
||||
with:
|
||||
# we need full history to diff against the original for linting etc.
|
||||
fetch-depth: 0
|
||||
- name: Configure AWS Credentials
|
||||
continue-on-error: true
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.GHA_AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.GHA_AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-west-2
|
||||
- name: Run CI script
|
||||
shell: bash -e -o pipefail -l {0}
|
||||
env:
|
||||
@@ -53,6 +60,7 @@ jobs:
|
||||
. ./ci/travis/ci.sh init
|
||||
. ./ci/travis/ci.sh lint
|
||||
. ./ci/travis/ci.sh build
|
||||
. ./ci/travis/ci.sh upload_wheels || true
|
||||
. ./ci/travis/ci.sh test_python
|
||||
. ./ci/travis/ci.sh test_wheels
|
||||
- name: Run Clang Include-What-You-Use
|
||||
|
||||
Reference in New Issue
Block a user