Skip to content

Commit

Permalink
Add creation of platform wheels
Browse files Browse the repository at this point in the history
Ref. eng/recordflux/RecordFlux#1376
  • Loading branch information
treiher committed Feb 19, 2024
1 parent 1bb8894 commit 2c315fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c315fc

Please sign in to comment.