init
This commit is contained in:
parent
a39507ba48
commit
36cdbb21a6
@ -38,9 +38,7 @@ spec:
|
|||||||
pip install poetry tomli twine --root-user-action=ignore
|
pip install poetry tomli twine --root-user-action=ignore
|
||||||
|
|
||||||
echo "[INFO] Uploading artifacts to $HOSTED_URL"
|
echo "[INFO] Uploading artifacts to $HOSTED_URL"
|
||||||
twine upload \
|
twine upload --repository-url "$HOSTED_URL" $(params.build-artifact-path)/*
|
||||||
--repository-url "$HOSTED_URL" \
|
|
||||||
"$(params.build-artifact-path)/*"
|
|
||||||
|
|
||||||
echo "[INFO] ✅ Upload to PyPI complete"
|
echo "[INFO] ✅ Upload to PyPI complete"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user