Skip to content

Commit bba9b12

Browse files
committed
Fix twine parameter to use pypirc configuration
1 parent 9b79b22 commit bba9b12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ release:
3939
git fetch --tags
4040
rm dist/*.tar.gz || true
4141
$(PY) setup.py sdist
42-
$(BIN)/twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
42+
$(BIN)/twine upload --repository juju dist/*
4343
git tag ${VERSION}
4444
git push --tags
4545

0 commit comments

Comments
 (0)