From e03d71ef150c131886990c3bc63c13c175d10f2e Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 6 Feb 2022 21:09:21 +0100 Subject: CI: WIP --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 09e8316..003181e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build:archlinux: variables: GIT_SUBMODULE_STRATEGY: none script: + - pip3 install --user wheel - python3 setup.py bdist_wheel artifacts: name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara" -- cgit