diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 43e68993..716887b8 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -7,7 +7,6 @@ on: push: branches: - main - - cy/training tags: - "v*" # Push events to matching v*, i.e. v1.0, v20.15.10 pull_request: diff --git a/setup.cfg b/setup.cfg index a7fe8b0e..549e15aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,11 +35,11 @@ install_requires = where = . [options.package_data] -napari-cellseg3d = +napari_cellseg3d = res/*.png code_models/models/pretrained/*.json napari.yaml [options.entry_points] napari.manifest = - napari-cellseg3d = napari_cellseg3d:napari.yaml + napari_cellseg3d = napari_cellseg3d:napari.yaml