Skip to content

Commit

Permalink
Makefile: use twine to upload to pypi.python.org
Browse files Browse the repository at this point in the history
  • Loading branch information
LudovicRousseau committed Apr 3, 2019
1 parent 9bc2659 commit e9d18b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Expand Up @@ -13,7 +13,9 @@ pypi: clean
rm -f smartcard/scard/scard_wrap.c
# files generated by sphinx
rm -rf smartcard/doc/_build
$(PYTHON) setup.py sdist upload
rm -rf dist
$(PYTHON) setup.py sdist
python3 -m twine upload dist/*

test: build
$(PYTHON) setup.py test
Expand Down

0 comments on commit e9d18b4

Please sign in to comment.