X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=.gitlab-ci.yml;h=a5864eff6e37ffa90205b167b4434dda39e6fa10;hb=dc0ecfe691b8049a79dcc0b36ccbc67d31c3a0b8;hp=892fd9e264915f6eb628e5ec68f2d2db9b54f0e5;hpb=d360b6cedd5c9527d8a5be8c14f48f2f5f926a6f;p=sid.git diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 892fd9e..a5864ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,7 +12,7 @@ build: script: # packaging test - python setup.py bdist_wheel sdist - - pip install dist/* + - pip install dist/*whl artifacts: expire_in: 1 week paths: @@ -43,5 +43,4 @@ pages: - public only: - master - - dev - ci