Skip to content
Snippets Groups Projects
Commit 7b06a9c2 authored by Thibault Debatty's avatar Thibault Debatty
Browse files

(try to) fix python package building

parent de3a223c
No related branches found
No related tags found
No related merge requests found
Pipeline #10400 passed
......@@ -31,6 +31,7 @@ build:
before_script:
# install envsubst
# python:3.10 is based on debian bullseye
- apt-get update
- apt-get install -y gettext-base
- apt-get install -y python3-venv
- python3 -m pip install --upgrade build
......
......@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "Dokos"
version = "0.0.3"
version = "$CI_COMMIT_TAG"
authors = [
{ name="Thibault Debatty", email="t.debatty@cylab.be" },
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment