pylint-dev / pylint-pytest

A Pylint plugin to suppress pytest-related false positives.
https://pypi.org/project/pylint-pytest/
MIT License
14 stars 3 forks source link

Add a release job to publish on pypi on github tag creation #5

Closed Pierre-Sassoulas closed 10 months ago

Pierre-Sassoulas commented 10 months ago

Similar to what is done in pylint (we could test that with alphas first, when releasing the last version only compatible with pylint 2).

codecov[bot] commented 10 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (6be0547) 86.50% compared to head (56fa1d1) 86.50%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5 +/- ## ======================================= Coverage 86.50% 86.50% ======================================= Files 33 33 Lines 400 400 Branches 81 81 ======================================= Hits 346 346 Misses 50 50 Partials 4 4 ```

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

stdedos commented 10 months ago

Does that create manylinux wheels for all Pythons?

... or do we need my humongous matrix:?

Pierre-Sassoulas commented 10 months ago

It create a wheel for all versions, see https://pypi.org/project/pylint/#files. Not sure if it's the best possible but it works well enough (let me know if there's way to make it better though)

stdedos commented 10 months ago

No, pylint looks perfect. py3-none-any.whl

image