We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0edd30c commit 5159ac5Copy full SHA for 5159ac5
1 file changed
.github/workflows/upload-build-to-s3.yml
@@ -57,7 +57,7 @@ jobs:
57
fi
58
- name: Copy whl build file to s3
59
run: |
60
- aws s3 cp ./dist/aws_durable_execution_sdk_python-0.0.1-py3-none-any.wh \
+ aws s3 cp ./dist/aws_durable_execution_sdk_python-0.0.1-py3-none-any.whl \
61
s3://${{ env.BUCKET_NAME }}/
62
- name: commit whl to Gitfarm
63
0 commit comments