We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5c1cf6 commit ec3785aCopy full SHA for ec3785a
1 file changed
Makefile
@@ -5,7 +5,7 @@ dist:
5
python3 setup.py sdist bdist_wheel
6
7
dist-upload:
8
- twine upload --username $PYPI_USER --password $PYPI_PASSWORD dist/*
+ twine upload --repository-url ${PYPI_REPO_URL} --username ${PYPI_USER} --password ${PYPI_PASSWORD} dist/*
9
10
test:
11
py.test
0 commit comments