We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ff5d7 commit 691deccCopy full SHA for 691decc
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
cache: 'pip'
39
40
- name: Install s3cmd tool
41
- run: pip install s3cmd
+ run: pip install -r requirements.txt
42
43
- name: Sync files to S3
44
run: s3cmd sync —exclude '.git*' --delete-removed ./ s3://${{ env.AWS_S3_BUCKET }}/
requirements.txt
@@ -0,0 +1 @@
1
+s3cmd==2.4.0
0 commit comments