Skip to content

Commit 22b101f

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in (pypi-wheels-check): New target
1 parent af6d0ad commit 22b101f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/make/Makefile.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ wheels:
468468
$(MAKE_REC) SAGE_EDITABLE=no SAGE_WHEELS=yes $(WHEEL_PACKAGES)
469469
@echo "Built wheels are in venv/var/lib/sage/wheels/"
470470

471+
pypi-wheels-check: $(PYPI_WHEEL_PACKAGES:%=%-check)
472+
471473
#==============================================================================
472474
# Setting SAGE_CHECK... variables
473475
#==============================================================================

0 commit comments

Comments
 (0)