cloud-custodian / poetry-plugin-freeze

poetry plugin to freeze dependency versions in wheels
22 stars 4 forks source link

Dont fail on wheels without Requires-Dist lines #21

Open DBS-ST-VIT opened 3 months ago

DBS-ST-VIT commented 3 months ago

This is a fix that solves the problem, that was described in #20

ajkerrigan commented 3 months ago

Tests are failing here due to code coverage upload failures. I'll get a separate PR together for that, we've had success in other projects moving from a manual upload to a supported GitHub action.