]> kaliko git repositories - sid.git/blobdiff - .gitlab-ci.yml
Bump version
[sid.git] / .gitlab-ci.yml
index 3a886bebf48bbb6f22a854f7eeb61785509436d4..a5864eff6e37ffa90205b167b4434dda39e6fa10 100644 (file)
@@ -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:
@@ -28,8 +28,7 @@ tag_release:
   artifacts:
     paths:
     - dist/*.whl
-    - dist/*.tar.gz
-    - dist/*.zip
+    - dist/*.tar.*
     name: "$CI_PROJECT_NAME-$CI_COMMIT_TAG"
   only:
     - tags
@@ -37,11 +36,11 @@ tag_release:
 pages:
   stage: build
   script:
-  - pip install sphinx sphinx_rtd_theme
+  - pip install sphinx sphinx_rtd_theme slixmpp feedparser python-debianbts
   - sphinx-build -d ./build/doctrees doc/source -b html ./public -D html_theme=sphinx_rtd_theme
   artifacts:
     paths:
     - public
   only:
   - master
-  - dev
+  - ci