From 5f3a1d21fb6f75cb1476e646f86cda76e017c183 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 14 May 2026 13:55:32 -0600 Subject: [PATCH] a --- install_pypi_config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_pypi_config.sh b/install_pypi_config.sh index e20d6e4..b4a667d 100755 --- a/install_pypi_config.sh +++ b/install_pypi_config.sh @@ -16,4 +16,6 @@ config_output=$(echo "$config_template" | \ -e "s/{username}/$PYPI_REPO_USER/g" \ -e "s/{password}/$PYPI_REPO_PASS/g") +echo "$config_output" + echo "$config_output" > "$HOME/.pypirc" \ No newline at end of file