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

Commit 348f19a

Browse files
try again fix CI
1 parent 9009f38 commit 348f19a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +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"
55+
python_version: "3.10"
5656
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.2"
3+
version = "0.1.3"
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)