mirror of
https://github.com/pyscript/pyscript.git
synced 2026-03-24 11:00:38 -04:00
test publishing
This commit is contained in:
8
.github/workflows/publish-release.yml
vendored
8
.github/workflows/publish-release.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
||||
run: make setup
|
||||
|
||||
- name: Build and Test
|
||||
run: make test
|
||||
run: make build # set back to make test
|
||||
|
||||
# Upload to S3
|
||||
- name: Configure AWS credentials
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
aws-region: ${{secrets.AWS_REGION}}
|
||||
role-to-assume: ${{ secrets.AWS_OIDC_RUNNER_ROLE }}
|
||||
|
||||
# - name: Sync to S3
|
||||
# run: | # Overwrite "latest" alpha + versioned subdirectory
|
||||
# aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/${{ github.ref_name }}
|
||||
- name: Sync to S3
|
||||
run: | # Overwrite "latest" alpha + versioned subdirectory
|
||||
aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/${{ github.ref_name }}
|
||||
# aws s3 sync --quiet ./examples/build/ s3://pyscript.net/alpha/
|
||||
|
||||
Reference in New Issue
Block a user