From 4ccf065495f33a6763b8c8e837f8f0095ced2581 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 5f0dcf123..3e9bcfa5e 100644 --- a/Makefile +++ b/Makefile @@ -315,7 +315,7 @@ build_pdf_doc_user_guide: dist: $(SDIST) $(SDIST): rflx/lang $(VSIX) pyproject.toml $(wildcard bin/*) $(wildcard rflx/*) - poetry build -vv --no-cache -f sdist + poetry build -vv --no-cache anod_dist: rflx/lang pyproject.toml $(wildcard bin/*) $(wildcard rflx/*) poetry build -vv --no-cache