prometheus-pve/prometheus-pve-exporter

Package publishing pipeline failed

znerol opened this issue · 1 comments

znerol commented

Regrettably the 3.0.0 release didn't made it to pypi:

https://github.com/prometheus-pve/prometheus-pve-exporter/actions/runs/6762013805/job/18377486889

Tested the build process with a debian:bookworm image. It looks like ubuntu:jammy is different. The error is reproducible with the following Dockerfile:

FROM docker.io/library/ubuntu:22.04
RUN apt-get update && apt-get install --yes python3-build python3-venv
COPY . /src/prometheus-pve-exporter
WORKDIR /src/prometheus-pve-exporter
RUN python3 -m build