From 3f589eb6a3d481f4efd23d2222f4ddb49f3497ab Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Thu, 26 Sep 2024 11:32:10 +0100 Subject: [PATCH] fix(ci): get only the specified version (no rc) --- .github/workflows/push_wheels_to_public_pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push_wheels_to_public_pypi.yml b/.github/workflows/push_wheels_to_public_pypi.yml index 4d9755fd85..3f1ff7d80d 100644 --- a/.github/workflows/push_wheels_to_public_pypi.yml +++ b/.github/workflows/push_wheels_to_public_pypi.yml @@ -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/