Skip to content

Commit

Permalink
Update flags for s3pypi 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jan 31, 2024
1 parent 40c4d0c commit 70f7ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Setup deploy environment
run: python3 -m pip install s3pypi
- name: Deploy wheels
run: s3pypi upload ./wheelhouse/* --bucket "$S3_BUCKET" --region "$S3_REGION" --put-root-index --unsafe-s3-website --acl 'public-read' --force
run: s3pypi upload ./wheelhouse/* --bucket "$S3_BUCKET" --region "$S3_REGION" --put-root-index --index.html --s3-put-args 'ACL=public-read' --force
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 70f7ef1

Please sign in to comment.