Skip to content

Commit

Permalink
update deploy (#84)
Browse files Browse the repository at this point in the history
* Update publish_pypi.yaml

* Update pyproject.toml
  • Loading branch information
zktuong authored Nov 18, 2024
1 parent 9ad6565 commit 25d101b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ jobs:
- name: Build and publish to pypi
uses: JRubics/poetry-publish@v1.12
with:
python_version: "3.9.13"
python_version: "3.10.14"
pypi_token: ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ktplotspy"
version = "0.2.4"
version = "0.2.6"
description = "Python library for plotting Cellphonedb results. Ported from ktplots R package."
authors = ["Kelvin Tuong <26215587+zktuong@users.noreply.github.com>"]
license = "MIT"
Expand Down Expand Up @@ -35,7 +35,7 @@ setuptools = "*"
anndata = { optional = true, version = ">=0.7.6,<0.11.2" }
black = { optional = true, version = "*" }
pytest-cov = { optional = true, version = "*" }
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
sphinx = { optional = true, version = "<8" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.5" }
sphinx-autodoc-typehints = { optional = true, version = "<=2.3.0" }
sphinx_rtd_theme = { optional = true, version = "<=3.0.2" }
Expand Down

0 comments on commit 25d101b

Please sign in to comment.