upload-pypi: use borg-specific repository names

so it finds the right api token in .pypirc
This commit is contained in:
Thomas Waldmann 2025-10-31 19:46:03 +01:00
parent 4c5eb36b86
commit 0036fe3a92
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

@ -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