Skip to content

Commit ec3785a

Browse files
author
Conner Swann
committed
updated makefile
1 parent a5c1cf6 commit ec3785a

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
@@ -5,7 +5,7 @@ dist:
55
python3 setup.py sdist bdist_wheel
66

77
dist-upload:
8-
twine upload --username $PYPI_USER --password $PYPI_PASSWORD dist/*
8+
twine upload --repository-url ${PYPI_REPO_URL} --username ${PYPI_USER} --password ${PYPI_PASSWORD} dist/*
99

1010
test:
1111
py.test

0 commit comments

Comments
 (0)