Selaa lähdekoodia

upload-pypi: use borg-specific repository names

so it finds the right api token in .pypirc
Thomas Waldmann 1 kuukausi sitten
vanhempi
sitoutus
0036fe3a92
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      scripts/upload-pypi

+ 2 - 2
scripts/upload-pypi

@@ -8,9 +8,9 @@ if [ "$R" = "" ]; then
 fi
 
 if [ "$2" = "test" ]; then
-    export TWINE_REPOSITORY=testpypi
+    export TWINE_REPOSITORY=testborgbackup
 else
-    export TWINE_REPOSITORY=pypi
+    export TWINE_REPOSITORY=borgbackup
 fi
 
 D=dist/borgbackup-$R.tar.gz