You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Drafts your next Release notes as Pull Requests are merged into "master"
53
+
# Drafts your next Release notes as Pull Requests are merged into "main"
52
54
- name: Publish the release notes
53
55
uses: release-drafter/release-drafter@v6.0.0
54
56
with:
@@ -59,30 +61,25 @@ jobs:
59
61
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
60
62
61
63
deploy:
62
-
# This will upload a Python Package using Twine when a release is created
63
-
# For more information see: https://help.github.com/en/actions/language-and-framework-guides/using-python-with-github-actions#publishing-to-package-registries
64
-
#
65
-
# This job will run when you have tagged a commit, starting with "v*"
66
-
# or created a release in GitHub which includes a tag starting with "v*"
67
-
# and requires that you have put your twine API key in your
68
-
# github secrets (see readme for details)
64
+
# Publish the package to PyPI when update_release_draft created a new tag/release.
65
+
# Uses PyPI trusted publishing (OIDC) via pypa/gh-action-pypi-publish, so no API
66
+
# tokens or passwords are stored as secrets. A trusted publisher for this repository
67
+
# and workflow must be configured on PyPI beforehand (see the project release docs).
Tools for segmentation and tracking in microscopy build on top of [Segment Anything](https://segment-anything.com/).
11
11
Segment and track objects in microscopy images interactively with a few clicks!
@@ -60,4 +60,4 @@ We have also built follow-up work that is based on `micro_sam`:
60
60
61
61
## Release Overview
62
62
63
-
You can find an overview of changes introduced in previous releases [here](https://github.com/computational-cell-analytics/micro-sam/blob/master/RELEASE_OVERVIEW.md).
63
+
You can find an overview of changes introduced in previous releases [here](https://github.com/computational-cell-analytics/micro-sam/blob/main/RELEASE_OVERVIEW.md).
Copy file name to clipboardExpand all lines: development/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,4 +3,4 @@ This folder contains scripts used for developing more functionality.
3
3
-`tracking.py` to develop further tracking functionality
4
4
5
5
Note that the scripts here may change quite fast and might not yield good results or not work at all because the corresponding functionality is still under development.
6
-
For how to run the napari annotation apps that implement the more stable and tested functionality check out the [examples](https://github.com/computational-cell-analytics/micro-sam/tree/master/examples)
6
+
For how to run the napari annotation apps that implement the more stable and tested functionality check out the [examples](https://github.com/computational-cell-analytics/micro-sam/tree/main/examples)
0 commit comments