Skip to content

Commit 6c1edfd

Browse files
committed
Change pypi.sh to use a project specific ~/.pypirc entry/token
1 parent 4320f83 commit 6c1edfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pypi.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ echo
77
rm -rf dist/
88
echo
99
python -m build
10-
python -m twine upload --repository testpypi dist/*
10+
python -m twine upload --repository test-python3-discogs-client dist/*
1111
echo
1212
echo "Test install:"
1313
echo "python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps python3-discogs-client"
1414
echo
1515
echo "All good? Upload to real PyPI:"
16-
echo python3 -m twine upload dist/*
16+
echo python3 -m twine upload --repository python3-discogs-client dist/*
1717
echo
1818

0 commit comments

Comments
 (0)