upload-pypi: use borg-specific repository names

so it finds the right api token in .pypirc
This commit is contained in:
Thomas Waldmann 2025-11-01 19:57:26 +01:00
parent 47b3611bcb
commit 471e302024
No known key found for this signature in database
GPG key ID: 243ACFA951F78E01

View file

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