ci: publish with tag as version

This commit is contained in:
Florian Bezannier
2022-04-02 11:59:03 +02:00
parent 39624df0c3
commit cffd2b84f8
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ ARG DEBIAN_FRONTEND=noninteractive
FROM debian:bullseye-slim AS builder
ARG PYTHON_DEP
RUN BUILD_DEP='python3-pip python3-setuptools python3-dev libblas-dev liblapack-dev gfortran libffi-dev libxml2-dev libxslt1-dev' ; \
RUN BUILD_DEP='python3-pip python3-setuptools python3-dev libblas-dev liblapack-dev gfortran libffi-dev libxml2-dev libxslt1-dev make automake gcc g++ subversion' ; \
apt-get update && apt-get install -y --no-install-recommends $BUILD_DEP $PYTHON_DEP;
RUN pip3 install --upgrade pip
RUN pip3 install poetry