Skip to content

Commit

Permalink
sign uploads to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Jul 26, 2015
1 parent b4dd6bd commit 9c0f58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
publish: clean
python setup.py sdist bdist_wheel
twine upload dist/*
twine upload -s dist/*

clean:
rm -rf *.egg-info *.egg dist build
Expand Down

0 comments on commit 9c0f58d

Please sign in to comment.