1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-01-03 21:56:44 +00:00

twine: use repo name instead of url

This commit is contained in:
Thomas Waldmann 2022-11-27 01:02:39 +01:00
parent d4cd911d46
commit 3984a7e3da
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_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