diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e95f15e..ecff561 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,8 +2,7 @@ image: "python:3.8" before_script: - python --version - - pip install setuptools wheel twine - - pip install . + - pip install -r requirements.txt stages: - lint @@ -42,5 +41,4 @@ pypi-stable: rules: - if: '$CI_COMMIT_TAG =~ /^release-.*$/' script: - - pip install -r requirements.txt - pyb -P version=${{ github.ref }} publish upload