Skip to content

Commit b99ca50

Browse files
Release 010 (#31)
* Fix language classifiers * Fix doc * single source of truth for version * Fix test wheel upload
1 parent aa8c3d9 commit b99ca50

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ jobs:
8888
uses: pypa/gh-action-pypi-publish@release/v1
8989
with:
9090
repository-url: https://test.pypi.org/legacy/
91+
attestations: false
9192

9293
publish-pypi:
9394
name: publish-to-pypi

src/bioimage_cpp/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
- `graph`: graph creation and graph (partitioning) algorithms.
2828
- `segmentation`: image segmentation functionality.
2929
- `transformation`: affine transformations.
30-
- `util`: misc utility functionality.
30+
- `utils`: misc utility functionality.
3131
3232
## Example
3333
3434
Below is a simple example for creating and partitioning a graph with this library.
35-
For more realistic use-cases check out [the migration guide](migration-guide).
35+
For more realistic use-cases check out [the migration guide](#migration-guide).
3636
3737
```python
3838
import numpy as np

0 commit comments

Comments
 (0)