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

This commit is contained in:
2026-05-14 14:12:16 -06:00
parent ec8e9d7719
commit feb8e7a623
+1 -1
View File
@@ -12,7 +12,7 @@ password = {password}
# Replace placeholders with environment variables
config_output=$(echo "$config_template" | \
sed -e "s/{repository}/$INPUT_PYPI_REPO_DOMAIN/g" \
sed -e "s,{repository},$INPUT_PYPI_REPO_DOMAIN,g" \
-e "s/{username}/$INPUT_PYPI_REPO_USER/g" \
-e "s/{password}/$INPUT_PYPI_REPO_PASS/g")