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

Merge pull request #7169 from ThomasWaldmann/update-twine-upload-1.2

twine: use repo name instead of url
This commit is contained in:
TW 2022-11-27 01:25:39 +01:00 committed by GitHub
commit 79b6c985a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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