From 471e302024a854164a33559721baa0ad77547b41 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 1 Nov 2025 19:57:26 +0100 Subject: [PATCH] upload-pypi: use borg-specific repository names so it finds the right api token in .pypirc --- scripts/upload-pypi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upload-pypi b/scripts/upload-pypi index 44aea4024..0098e718b 100755 --- a/scripts/upload-pypi +++ b/scripts/upload-pypi @@ -8,7 +8,7 @@ if [ "$R" = "" ]; then fi if [ "$2" = "test" ]; then - export TWINE_REPOSITORY=borgbackuptest + export TWINE_REPOSITORY=testborgbackup else export TWINE_REPOSITORY=borgbackup fi