OvalMoney / celery-exporter

Prometheus metrics exporter for Celery
MIT License
142 stars 37 forks source link

fix pypi deploy #44

Closed MRoci closed 3 years ago

MRoci commented 3 years ago

this fixes failing CI deploy jobs (eg. https://travis-ci.org/github/OvalMoney/celery-exporter/jobs/766920995 ), avoiding executing extraneous test commands with missing env variables.

Also use maturin with its docker image to manylinux wheels

simobasso commented 3 years ago

@SharpEdgeMarshall, this should fix the deployment phase. Can you check, please?

SharpEdgeMarshall commented 3 years ago

@SharpEdgeMarshall, this should fix the deployment phase. Can you check, please?

@simobasso shouldn't we merge before #43?

SharpEdgeMarshall commented 3 years ago

Rebased and merged by #47