This commit is contained in:
Michael Jerger 2023-07-14 13:13:28 +02:00
parent 3c9a86f67c
commit a15030adaa

View file

@ -25,21 +25,21 @@ stages:
- if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/' - if: '$CI_COMMIT_TAG =~ /^[0-9]+\.[0-9]+\.[0-9]+$/'
lint: lint:
<<: *dev <<: *py
stage: lint&test stage: lint&test
script: script:
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
- pyb lint - pyb lint
pytest: pytest:
<<: *dev <<: *py
stage: lint&test stage: lint&test
script: script:
- pip install -r dev_requirements.txt - pip install -r dev_requirements.txt
- pyb test - pyb test
pypi-stable: pypi-stable:
<<: *dev <<: *py
<<: *tag_only <<: *tag_only
stage: upload stage: upload
script: script: