1
0
Fork 0
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:
Thomas Waldmann 2022-11-27 01:02:39 +01:00
parent a36102e52b
commit b60afa7e19
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