We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4e1aa commit ce14983Copy full SHA for ce14983
Makefile
@@ -88,7 +88,7 @@ release:
88
$(eval PYPI=pypi)
89
90
# Build source distribution
91
-sdist-upload: deps-dev
+sdist-upload: distclean deps-dev
92
PYPI=$(PYPI) python setup.py sdist
93
if [[ "$(PYPI)" == pypitest ]]; then \
94
$(TWINE) upload --repository-url https://test.pypi.org/legacy/ dist/*; \
0 commit comments