Skip to content

Commit 691decc

Browse files
committed
fix: add requirements.txt
1 parent 99ff5d7 commit 691decc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
cache: 'pip'
3939

4040
- name: Install s3cmd tool
41-
run: pip install s3cmd
41+
run: pip install -r requirements.txt
4242

4343
- name: Sync files to S3
4444
run: s3cmd sync —exclude '.git*' --delete-removed ./ s3://${{ env.AWS_S3_BUCKET }}/

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
s3cmd==2.4.0

0 commit comments

Comments
 (0)