fix ci #1
This commit is contained in:
parent
122591456e
commit
466327f2ba
1 changed files with 1 additions and 3 deletions
|
@ -2,8 +2,7 @@ image: "python:3.8"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- python --version
|
- python --version
|
||||||
- pip install setuptools wheel twine
|
- pip install -r requirements.txt
|
||||||
- pip install .
|
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- lint
|
- lint
|
||||||
|
@ -42,5 +41,4 @@ pypi-stable:
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_COMMIT_TAG =~ /^release-.*$/'
|
- if: '$CI_COMMIT_TAG =~ /^release-.*$/'
|
||||||
script:
|
script:
|
||||||
- pip install -r requirements.txt
|
|
||||||
- pyb -P version=${{ github.ref }} publish upload
|
- pyb -P version=${{ github.ref }} publish upload
|
||||||
|
|
Loading…
Reference in a new issue