Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
Co-authored-by: Ayoub Benaissa <[email protected]>
  • Loading branch information
BourgerieQuentin and youben11 authored Nov 13, 2024
1 parent 433ba39 commit 60e1ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/concrete_python_finalize_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
S3_BUCKET_NAME: ${{ secrets.AWS_S3_PYPI_BUCKET_NAME }}
run: |
mkdir wheels
aws s3 cp s3://"${S3_BUCKET_NAME}"/cpu/concrete-python/ ./wheels/ --recursive --exclude "*" --include "concrete_python-${{ inputs.version }}-*"
aws s3 cp "s3://${S3_BUCKET_NAME}/cpu/concrete-python/" ./wheels/ --recursive --exclude "*" --include "concrete_python-${{ inputs.version }}-*"
echo "============== Downloaded wheels ==============="
ls -la ./wheels/
- name: Push wheels to public PyPI (public)
Expand Down

0 comments on commit 60e1ce8

Please sign in to comment.