Skip to content

Commit 67d43df

Browse files
committed
Ensure we call make clean to remove pyc files from build output
Closes #493
1 parent b061ecc commit 67d43df

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)