Closed willGraham01 closed 1 year ago
Preview page for your plugin is ready here: https://preview.napari-hub.org/brainglobe/cellfinder-napari/168 Updated: 2023-08-14T13:14:58.357470
Patch and project coverage have no change.
Comparison is base (
832bbed
) 95.36% compared to head (d4060b7
) 95.36%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
What is this PR
Why is this PR needed?
Re-enables automatic deployment when a new tag is pushed to main. Currently, the workflow is still trying to build the package using
twine
,setuptools
, andsetup.py
; however the package now uses apyproject.toml
file.What does this PR do?
Updates the
test_and_deploy
workflow to use the NI-unit actions. This also means that the old deployment method no longer searches forsetup.py
, which was causing deployments to fail.