diff options
author | jaseg <git@jaseg.de> | 2022-06-12 21:37:31 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-12 21:37:31 +0200 |
commit | 9e898ceefbc228bbfbdf81d793fb158a8a4876ca (patch) | |
tree | 88dae32023ea92d9a32699e2a87f44d5698c3efc /.gitlab-ci.yml | |
parent | 0d967895af03c181466af2b9b6e23270810710d3 (diff) | |
download | gerbonara-9e898ceefbc228bbfbdf81d793fb158a8a4876ca.tar.gz gerbonara-9e898ceefbc228bbfbdf81d793fb158a8a4876ca.tar.bz2 gerbonara-9e898ceefbc228bbfbdf81d793fb158a8a4876ca.zip |
ci: build and upload sdistsv0.10.6
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a14ed8f..08d8d86 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,11 +15,11 @@ build:archlinux: 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-gerbonara" paths: - - dist/*.whl + - dist/* #test:archlinux: # stage: test |