Skip to content

fix: avoid IndexError in label2rgb when label has only -1 #1

fix: avoid IndexError in label2rgb when label has only -1

fix: avoid IndexError in label2rgb when label has only -1 #1

Workflow file for this run

---
name: Publish to PyPI
on:
push:
tags: [v*]
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- run: uv build
- uses: pypa/gh-action-pypi-publish@release/v1