소스 검색

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: