Browse Source

upload-pypi: use borg-specific repository names

so it finds the right api token in .pypirc
Thomas Waldmann 3 days ago
parent
commit
471e302024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/upload-pypi

+ 1 - 1
scripts/upload-pypi

@@ -8,7 +8,7 @@ if [ "$R" = "" ]; then
 fi
 fi
 
 
 if [ "$2" = "test" ]; then
 if [ "$2" = "test" ]; then
-    export TWINE_REPOSITORY=borgbackuptest
+    export TWINE_REPOSITORY=testborgbackup
 else
 else
     export TWINE_REPOSITORY=borgbackup
     export TWINE_REPOSITORY=borgbackup
 fi
 fi