From 19bcd5ce9648adeb70f363e288373c72c52fe709 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 25 Feb 2023 19:46:56 +0100 Subject: Fix .gitlab-ci.yml for some python packaging bullshi --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ac9b7cb..54f82ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,7 +14,7 @@ build:archlinux: GIT_SUBMODULE_STRATEGY: none script: - git config --global --add safe.directory "$CI_PROJECT_DIR" - - pip3 install --user wheel + - pip3 install --user wheel setuptools - python3 setup.py sdist bdist_wheel artifacts: name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbonara" -- cgit