mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-28 04:03:21 -04:00
upload-pypi: use borg-specific repository names
so it finds the right api token in .pypirc
This commit is contained in:
parent
4c5eb36b86
commit
0036fe3a92
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue