File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ jobs:
119119 ls
120120 pip install fluidimage-*.tar.gz -v --no-deps -C setup-args=-Dtransonic-backend=python
121121
122+
122123 pypi-publish :
123124 name : Upload release to PyPI
124125 if : |
Original file line number Diff line number Diff line change @@ -142,6 +142,13 @@ build:package:
142142 - python -m build -s
143143 - ls dist
144144 - twine check --strict dist/*
145+ - uv venv venv-fluidimage
146+ - source .venv-fluidimage/bin/activate
147+ - uv pip install fluidimage-*.tar.gz -v --no-deps -C setup-args=-Dtransonic-backend=python
148+ - unset CI_PROJECT_DIR
149+ - python -c "import fluidimage as fli; path = fli.get_path_image_samples(); print(path); assert 'repository' in str(path)"
150+
151+
145152 needs : []
146153 artifacts :
147154 when : always
You can’t perform that action at this time.
0 commit comments