Skip to content

Commit c2f842f

Browse files
authored
Merge pull request #554 from python-diamond/remove-pyc
Ensure we call `make clean` to remove pyc files from build output
2 parents b061ecc + 67d43df commit c2f842f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ reltest:
108108
distrotest:
109109
echo ${DISTRO}
110110

111-
pypi: version sdist bdist_wheel
111+
pypi: clean version sdist bdist_wheel
112112
twine upload -s dist/*
113113
git tag "v$(shell cat version.txt)"
114114
git push --tags

0 commit comments

Comments
 (0)