mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-18 18:19:16 -05:00
upload-pypi: use borg-specific repository names
so it finds the right api token in .pypirc
This commit is contained in:
parent
47b3611bcb
commit
471e302024
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue