This commit is contained in:
Firq 2023-11-24 20:56:53 +01:00
parent 078f9613c3
commit 56b720e8b9
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20

View file

@ -38,13 +38,12 @@ build:package:
needs: [ "backend-pylint" ] needs: [ "backend-pylint" ]
image: python:3.11.0 image: python:3.11.0
before_script: before_script:
- mkdir -p dist
- cd backend - cd backend
- *init_venv - *init_venv
- pip install build - pip install build
script: script:
- python -m build - python -m build
- cp dist ../dist - cp dist ../dist -r
artifacts: artifacts:
paths: paths:
- dist - dist