a
Push to main / Reset-Version-Tag (push) Successful in 5s

This commit is contained in:
2026-05-14 13:57:14 -06:00
parent 5f3a1d21fb
commit eb517e474e
+3 -5
View File
@@ -12,10 +12,8 @@ password = {password}
# Replace placeholders with environment variables # Replace placeholders with environment variables
config_output=$(echo "$config_template" | \ config_output=$(echo "$config_template" | \
sed -e "s/{repository}/$PYPI_REPO_DOMAIN/g" \ sed -e "s/{repository}/$INPUT_PYPI_REPO_DOMAIN/g" \
-e "s/{username}/$PYPI_REPO_USER/g" \ -e "s/{username}/$INPUT_PYPI_REPO_USER/g" \
-e "s/{password}/$PYPI_REPO_PASS/g") -e "s/{password}/$INPUT_PYPI_REPO_PASS/g")
echo "$config_output"
echo "$config_output" > "$HOME/.pypirc" echo "$config_output" > "$HOME/.pypirc"