diff options
author | jaseg <git@jaseg.de> | 2022-02-06 21:09:21 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-06 21:09:21 +0100 |
commit | e03d71ef150c131886990c3bc63c13c175d10f2e (patch) | |
tree | 79c15237a81af0672106a1631548c39fd0c0b90a | |
parent | 99b51e1eced9776585c0111636504dba634e941f (diff) | |
download | gerbonara-e03d71ef150c131886990c3bc63c13c175d10f2e.tar.gz gerbonara-e03d71ef150c131886990c3bc63c13c175d10f2e.tar.bz2 gerbonara-e03d71ef150c131886990c3bc63c13c175d10f2e.zip |
CI: WIPv0.9.4
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |