Closed jwag956 closed 3 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.40%. Comparing base (
726327c
) to head (213fa1f
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Working on getting the same contents uploaded to 2 different pypi packages (flask-security and flask-security-too)
This means 2 slightly different packages - just with a different 'name' - which means different pyproject.toml which requires a build tool that can handle that (build cant) - so moved to flit like many other pallets-eco. Using flit enabled moving the manifest into pyproject.toml and eliminating the MANIFEST file.
Finally - different packages mean different provenance etc - so separated out the publishing action into 2 - one for each pypi. This means we will create 2 draft releases in github - but that should be ok.
Note that the changing from MANIFEST could introduce slightly different contents...