Skip to content

Commit

Permalink
Fixed PyPi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianchifor committed May 31, 2018
1 parent be52c6e commit 27e5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pip3 install --user --upgrade setuptools wheel twine
rm -r dist/ build/
python3 setup.py sdist bdist_wheel
# Upload kapitan to PyPi
twine upload --repository-url https://pypi.org/ dist/*
twine upload dist/*

echo "Done"
echo
Expand Down

0 comments on commit 27e5d2d

Please sign in to comment.