Skip to content
Snippets Groups Projects

Add tagging system

Closed Laurens Oostwegel requested to merge (removed):17-create-a-release-using-ci-cd into main
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -17,14 +17,17 @@ before_script:
- pip3 install .[tests]
stages:
- test
- release
linters:
stage: test
script:
- pip3 install .[linters]
- make check
tests:
stage: test
script:
- pytest tests
Loading