Skip to content

Commit

Permalink
Merge pull request #554 from python-diamond/remove-pyc
Browse files Browse the repository at this point in the history
Ensure we call `make clean` to remove pyc files from build output
  • Loading branch information
josegonzalez committed Nov 25, 2016
2 parents b061ecc + 67d43df commit c2f842f
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 @@ -108,7 +108,7 @@ reltest:
distrotest:
echo ${DISTRO}

pypi: version sdist bdist_wheel
pypi: clean version sdist bdist_wheel
twine upload -s dist/*
git tag "v$(shell cat version.txt)"
git push --tags
Expand Down

0 comments on commit c2f842f

Please sign in to comment.