afewmail / afew

an initial tagging script for notmuch mail
ISC License
325 stars 98 forks source link

add release.yml #282

Closed flokli closed 4 years ago

flokli commented 4 years ago

release.yml: run on published releases, invoke twine manually

This now runs on all published releases, and invokes python setup.py sdist and twine upload manually - the gh-action-pypi-publish was a bit too magic for my taste and didn't work properly.

This runs only on testpypi on purpose - we'll point it to the real PyPi once this has proven to work.

codecov[bot] commented 4 years ago

Codecov Report

Merging #282 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #282   +/-   ##
=======================================
  Coverage   47.31%   47.31%           
=======================================
  Files          31       31           
  Lines        1082     1082           
=======================================
  Hits          512      512           
  Misses        570      570           
Flag Coverage Δ
#unittests 47.31% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 040eb22...83bed4d. Read the comment docs.