From d61d642c390588fe63c9f0ad5b930b421f55b0e8 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 12 Jun 2022 22:08:00 +0200 Subject: ci: Also build sdists --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e73e5e2..dd9054e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,11 +17,11 @@ build:gerbolyze: script: - git config --global --add safe.directory "$CI_PROJECT_DIR" - pip3 install --user wheel - - python3 setup.py bdist_wheel + - python3 setup.py sdist bdist_wheel artifacts: name: "gerbolyze-$CI_COMMIT_REF_NAME-gerbolyze" paths: - - dist/*.whl + - dist/* publish:gerbolyze: stage: publish -- cgit