Skip to content

Commit

Permalink
Use twine
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpeterson committed Feb 24, 2022
1 parent 2e48fd5 commit 4c0a3e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ help:
@echo " make test | Run the tests."

release:
python setup.py register sdist bdist_wheel upload
python setup.py sdist bdist_wheel
twine upload dist/*

test:
python ./wkhtmltopdf/tests/run.py

0 comments on commit 4c0a3e9

Please sign in to comment.