Skip to content
This repository was archived by the owner on Aug 27, 2025. It is now read-only.

Commit 9009f38

Browse files
fix CI build
1 parent ed42efd commit 9009f38

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,5 @@ jobs:
5252
- name: Build and publish to pypi
5353
uses: JRubics/poetry-publish@v1.17
5454
with:
55+
python_version: "3.10.12"
5556
pypi_token: ${{ secrets.PYPI_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "spatialdata_xenium_explorer"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Converting any SpatialData object into files that can be open by the Xenium Explorer"
55
documentation = "https://quentinblampey.github.io/spatialdata_xenium_explorer/"
66
homepage = "https://quentinblampey.github.io/spatialdata_xenium_explorer/"

0 commit comments

Comments
 (0)