Skip to content

Commit ce14983

Browse files
committed
distclean always before upload
1 parent 0a4e1aa commit ce14983

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
@@ -88,7 +88,7 @@ release:
8888
$(eval PYPI=pypi)
8989

9090
# Build source distribution
91-
sdist-upload: deps-dev
91+
sdist-upload: distclean deps-dev
9292
PYPI=$(PYPI) python setup.py sdist
9393
if [[ "$(PYPI)" == pypitest ]]; then \
9494
$(TWINE) upload --repository-url https://test.pypi.org/legacy/ dist/*; \

0 commit comments

Comments
 (0)