Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
samster25 committed Dec 15, 2023
1 parent 73f4c32 commit fe57223
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-artifact-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ jobs:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4

- name: Assume GitHub Actions AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand All @@ -94,5 +96,5 @@ jobs:
run: aws s3 ls s3://github-actions-artifacts-bucket/daft-build-artifact-s3/${{ github.sha }}/
- name: install boto3
run: pip3 install boto3
- name: Generate New Manifeest
- name: Generate New Manifest
run: python3 tools/generate_whl_html_manifest.py

0 comments on commit fe57223

Please sign in to comment.