pallets-eco / flask-security

Quick and simple security for Flask applications
MIT License
649 stars 154 forks source link

Build 2 different packages #1019

Closed jwag956 closed 3 months ago

jwag956 commented 3 months ago

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...

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.40%. Comparing base (726327c) to head (213fa1f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1019 +/- ## ======================================= Coverage 98.40% 98.40% ======================================= Files 37 37 Lines 4762 4762 ======================================= Hits 4686 4686 Misses 76 76 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.