Browse Source

upload-pypi: use borg-specific repository names

so it finds the right api token in .pypirc
Thomas Waldmann 1 tháng trước cách đây
mục cha
commit
0036fe3a92
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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