]> kaliko git repositories - sid.git/blobdiff - .gitlab-ci.yml
ci: Fixed dist file joker for release
[sid.git] / .gitlab-ci.yml
index 3a886bebf48bbb6f22a854f7eeb61785509436d4..892fd9e264915f6eb628e5ec68f2d2db9b54f0e5 100644 (file)
@@ -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,7 +36,7 @@ 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:
@@ -45,3 +44,4 @@ pages:
   only:
   - master
   - dev
+  - ci