瀏覽代碼

gitlab-ci: added missing python3-wheel

Fabian Peter Hammerle 4 年之前
父節點
當前提交
766b994b92
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -30,6 +30,7 @@ pack:
   stage: pack
   script:
   - python3 setup.py sdist
+  - apt-get install --yes python3-wheel
   - python3 setup.py bdist_wheel
   artifacts:
     paths: