mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-22 07:43:06 +00:00
twine: use repo name instead of url
This commit is contained in:
parent
a36102e52b
commit
b60afa7e19
1 changed files with 2 additions and 2 deletions
|
@ -8,9 +8,9 @@ if [ "$R" = "" ]; then
|
|||
fi
|
||||
|
||||
if [ "$2" = "test" ]; then
|
||||
export TWINE_REPOSITORY_URL=https://test.pypi.org/legacy/
|
||||
export TWINE_REPOSITORY=testpypi
|
||||
else
|
||||
export TWINE_REPOSITORY_URL=
|
||||
export TWINE_REPOSITORY=pypi
|
||||
fi
|
||||
|
||||
D=dist/borgbackup-$R.tar.gz
|
||||
|
|
Loading…
Reference in a new issue