Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
attestations: false

publish-pypi:
name: publish-to-pypi
Expand Down
4 changes: 2 additions & 2 deletions src/bioimage_cpp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
- `graph`: graph creation and graph (partitioning) algorithms.
- `segmentation`: image segmentation functionality.
- `transformation`: affine transformations.
- `util`: misc utility functionality.
- `utils`: misc utility functionality.

## Example

Below is a simple example for creating and partitioning a graph with this library.
For more realistic use-cases check out [the migration guide](migration-guide).
For more realistic use-cases check out [the migration guide](#migration-guide).

```python
import numpy as np
Expand Down
Loading