Skip to content

Commit

Permalink
Use twine when making test releases
Browse files Browse the repository at this point in the history
  • Loading branch information
berkerpeksag committed May 19, 2019
1 parent cb0032b commit 3a7607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ release:

# Test it via `pip install -i https://test.pypi.org/simple/ <project_name>`
test-release:
python setup.py sdist bdist_wheel upload -r test
twine upload -r test dist/*

clean:
find . -name "*.pyc" -exec rm {} \;
Expand Down

0 comments on commit 3a7607e

Please sign in to comment.