Skip to content

Commit 0d6e14c

Browse files
committed
fix test domain
Signed-off-by: tjtanaa <tunjian.tan@embeddedllm.com>
1 parent c6f6f39 commit 0d6e14c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-s3-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
run: |
5555
echo "🔨 Generating PyPI index..."
5656
57-
# Use the website endpoint URL
58-
S3_URL="http://${{ secrets.AWS_S3_BUCKET }}.s3-website-${{ secrets.AWS_REGION }}.amazonaws.com"
57+
# Use the website endpoint URL with /test prefix
58+
S3_URL="http://${{ secrets.AWS_S3_BUCKET }}.s3-website-${{ secrets.AWS_REGION }}.amazonaws.com/test"
5959
6060
python3 .github/scripts/generate_s3_index.py \
6161
--wheels-dir test-wheels \

0 commit comments

Comments
 (0)