From 47ae4be8220920d906e3d099445c37dad56e3e22 Mon Sep 17 00:00:00 2001 From: Intron7 Date: Thu, 5 Mar 2026 16:23:31 +0100 Subject: [PATCH] change name --- .github/workflows/publish.yml | 4 ++-- pyproject.toml | 2 +- src/rapids_singlecell/__init__.py | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8daa2cc1..3f2e4447 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -71,8 +71,8 @@ jobs: # Rename package text = text.replace( - 'name = "rapids_singlecell"', - f'name = "rapids_singlecell-cu{cuda}"', + 'name = "rapids-singlecell"', + f'name = "rapids-singlecell-cu{cuda}"', ) # Rename matching extra to "rapids", remove the other text = text.replace(f'rapids-cu{cuda} =', 'rapids =') diff --git a/pyproject.toml b/pyproject.toml index a7b4fb1d..c38e1d00 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ build-backend = "scikit_build_core.build" [project] -name = "rapids_singlecell" +name = "rapids-singlecell" description = "running single cell analysis on Nvidia GPUs" requires-python = ">=3.12, <3.14" license = { file = "LICENSE" } diff --git a/src/rapids_singlecell/__init__.py b/src/rapids_singlecell/__init__.py index 1a9770bb..9217ac06 100644 --- a/src/rapids_singlecell/__init__.py +++ b/src/rapids_singlecell/__init__.py @@ -12,9 +12,9 @@ def _detect_duplicate_installation(): import warnings known = ( - "rapids_singlecell", - "rapids_singlecell-cu12", - "rapids_singlecell-cu13", + "rapids-singlecell", + "rapids-singlecell-cu12", + "rapids-singlecell-cu13", ) installed = [] for pkg in known: