Skip to content

Commit

Permalink
skip autopipeline in pip testing
Browse files Browse the repository at this point in the history
  • Loading branch information
skim2257 committed May 19, 2024
1 parent b5b09e7 commit 054d1b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ jobs:
- name: Install using PyPi
run: |
pip install med-imagetools
autopipeline
# autopipeline
# pip install med-imagetools ==${{ needs.cd.outputs.version }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[tool.poetry]
name = "med-imagetools"
packages = [{ include = "imgtools", from = "src" }]
version = "1.3.0"
version = "1.3.0.1"
description = "Med-Imagetools: Transparent and Reproducible Medical Image Processing Pipelines in Python"
authors = ["Sejin Kim, Benjamin Haibe-Kains"]
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion src/imgtools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import io, ops, utils, pipeline

__all__ = ["io", "ops", "utils", "pipeline"]
__version__ = "1.3.0"
__version__ = "1.3.0.1"

0 comments on commit 054d1b4

Please sign in to comment.