so it finds the right api token in .pypirc
@@ -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
D=dist/borgbackup-$R.tar.gz