From 66180a0ad245d89e4c49284bbfb3aa7f300ff9e9 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Sat, 25 Mar 2023 15:34:57 +0100 Subject: [PATCH] ci: build both sdist and wheels --- .builds/archlinux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.builds/archlinux.yml b/.builds/archlinux.yml index 5fc19a11..c823daed 100644 --- a/.builds/archlinux.yml +++ b/.builds/archlinux.yml @@ -34,7 +34,7 @@ tasks: codecov - package: | cd todoman - python -m build --wheel --no-isolation + python -m build --no-isolation git describe --exact-match --tags || complete-build - publish: | cd todoman