From 2c315fcbe3cd13c3705fd00cc2dda4e696dc754d Mon Sep 17 00:00:00 2001 From: Tobias Reiher Date: Fri, 16 Feb 2024 18:18:14 +0100 Subject: [PATCH] Add creation of platform wheels Ref. eng/recordflux/RecordFlux#1376 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e6697d3a..4b2906bc0 100644 --- a/Makefile +++ b/Makefile @@ -427,7 +427,7 @@ build_pdf_doc_user_guide: $(RFLX) dist: $(SDIST) $(SDIST): $(BUILD_DEPS) $(PARSER) $(VSIX) pyproject.toml $(wildcard bin/*) $(wildcard rflx/*) - $(POETRY) build -vv --no-cache -f sdist + $(POETRY) build -vv --no-cache anod_dist: $(BUILD_DEPS) $(PARSER) pyproject.toml $(wildcard bin/*) $(wildcard rflx/*) $(POETRY) build -vv --no-cache