fix: ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-07-24 23:36:48 +02:00
parent a99c7d2fd0
commit 966fe8afb2
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -22,6 +22,7 @@ pipeline:
image: python:3.11-bookworm
group: package
commands:
- export EXPORTER_VERSION=$(python3 -c 'import tlsrpt_exporter; print(tlsrpt_exporter.__version__)')
- python3 setup.py egg_info bdist_wheel
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- mv dist/*whl "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"