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 573fcfd commit 0bd13acCopy full SHA for 0bd13ac
build/make/Makefile.in
@@ -441,7 +441,6 @@ pypi-sdists: $(PYPI_SDIST_PACKAGES:%=%-sdist)
441
# Ensuring wheels are present, even for packages that may have been installed
442
# as editable. Until we have better uninstallation of script packages, we
443
# just remove the timestamps, which will lead to rebuilds of the packages.
444
-PYPI_WHEEL_PACKAGES = sage_sws2rst sage_setup sagemath_environment sagemath_objects sagemath_repl sagemath_categories
445
pypi-wheels:
446
for a in $(PYPI_WHEEL_PACKAGES); do \
447
rm -f venv/var/lib/sage/installed/$$a-*; \
0 commit comments