This commit is contained in:
병준 박 2025-04-16 05:34:15 +00:00
parent a39507ba48
commit 36cdbb21a6

View File

@ -38,9 +38,7 @@ spec:
pip install poetry tomli twine --root-user-action=ignore
echo "[INFO] Uploading artifacts to $HOSTED_URL"
twine upload \
--repository-url "$HOSTED_URL" \
"$(params.build-artifact-path)/*"
twine upload --repository-url "$HOSTED_URL" $(params.build-artifact-path)/*
echo "[INFO] ✅ Upload to PyPI complete"