We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b79b22 commit bba9b12Copy full SHA for bba9b12
1 file changed
Makefile
@@ -39,7 +39,7 @@ release:
39
git fetch --tags
40
rm dist/*.tar.gz || true
41
$(PY) setup.py sdist
42
- $(BIN)/twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
+ $(BIN)/twine upload --repository juju dist/*
43
git tag ${VERSION}
44
git push --tags
45
0 commit comments