We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4320f83 commit 6c1edfdCopy full SHA for 6c1edfd
pypi.sh
@@ -7,12 +7,12 @@ echo
7
rm -rf dist/
8
echo
9
python -m build
10
-python -m twine upload --repository testpypi dist/*
+python -m twine upload --repository test-python3-discogs-client dist/*
11
12
echo "Test install:"
13
echo "python3 -m pip install --index-url https://test.pypi.org/simple/ --no-deps python3-discogs-client"
14
15
echo "All good? Upload to real PyPI:"
16
-echo python3 -m twine upload dist/*
+echo python3 -m twine upload --repository python3-discogs-client dist/*
17
18
0 commit comments