Skip to content

Commit

Permalink
fix(release): fix build target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsavio committed Jul 30, 2019
1 parent 43fa566 commit 81a4bab
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 86 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,7 @@ coverage:
coverage report -m

build:
python -m pip install pep517
python -m pep517.build -s -b .
python setup.py sdist bdist_wheel

pypi:
twine upload dist/*
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ rope = "*"
twine = "*"
pydocstyle = "*"
tox-pipenv-install = "*"
pep517 = "*"
135 changes: 52 additions & 83 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81a4bab

Please sign in to comment.