Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e01be2

Browse files
improve upload-pypi script
using TWINE_REPOSITORY makes it easier to have different sections in ones ~/.pypirc.
1 parent d8a5551 commit 7e01be2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/upload-pypi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ if [ "$R" = "" ]; then
88
fi
99

1010
if [ "$2" = "test" ]; then
11-
export TWINE_REPOSITORY_URL=https://test.pypi.org/legacy/
11+
export TWINE_REPOSITORY=testllfuse
1212
else
13-
export TWINE_REPOSITORY_URL=
13+
export TWINE_REPOSITORY=llfuse
1414
fi
1515

1616
D=dist/llfuse-$R.tar.gz

0 commit comments

Comments
 (0)