We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6f6f39 commit 0d6e14cCopy full SHA for 0d6e14c
.github/workflows/test-s3-pypi.yml
@@ -54,8 +54,8 @@ jobs:
54
run: |
55
echo "🔨 Generating PyPI index..."
56
57
- # Use the website endpoint URL
58
- S3_URL="http://${{ secrets.AWS_S3_BUCKET }}.s3-website-${{ secrets.AWS_REGION }}.amazonaws.com"
+ # Use the website endpoint URL with /test prefix
+ S3_URL="http://${{ secrets.AWS_S3_BUCKET }}.s3-website-${{ secrets.AWS_REGION }}.amazonaws.com/test"
59
60
python3 .github/scripts/generate_s3_index.py \
61
--wheels-dir test-wheels \
0 commit comments