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" ]
image: python:3.11.0
before_script:
- mkdir -p dist
- cd backend
- *init_venv
- pip install build
script:
- python -m build
- cp dist ../dist
- cp dist ../dist -r
artifacts:
paths:
- dist