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

This commit is contained in:
2026-05-14 13:58:39 -06:00
parent eb517e474e
commit eca7dff93c
+2
View File
@@ -16,4 +16,6 @@ config_output=$(echo "$config_template" | \
-e "s/{username}/$INPUT_PYPI_REPO_USER/g" \
-e "s/{password}/$INPUT_PYPI_REPO_PASS/g")
echo $INPUT_PYPI_REPO_DOMAIN
echo "$config_output" > "$HOME/.pypirc"