Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Dec 19, 2022
2 parents 88e18d0 + 0bd13ac commit f712d67
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/make/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ pypi-sdists: $(PYPI_SDIST_PACKAGES:%=%-sdist)
# Ensuring wheels are present, even for packages that may have been installed
# as editable. Until we have better uninstallation of script packages, we
# just remove the timestamps, which will lead to rebuilds of the packages.
PYPI_WHEEL_PACKAGES = sage_sws2rst sage_setup sagemath_environment sagemath_objects sagemath_repl sagemath_categories
pypi-wheels:
for a in $(PYPI_WHEEL_PACKAGES); do \
rm -f venv/var/lib/sage/installed/$$a-*; \
Expand Down

0 comments on commit f712d67

Please sign in to comment.