haesleinhuepf / stackview

Interactive image stack viewing in jupyter notebooks based on ipycanvas and ipywidgets
BSD 3-Clause "New" or "Revised" License
130 stars 10 forks source link

deploy 0.11.2 #82

Closed haesleinhuepf closed 1 week ago

haesleinhuepf commented 1 week ago

git-bob deploy

github-actions[bot] commented 1 week ago

This message was generated by git-bob (version: 0.6.6, model: gpt-4o-2024-08-06, Run details), an experimental AI-based assistant. It can make mistakes and has limitations. Check its messages carefully.

Deployment report

Command

python setup.py sdist bdist_wheel

StdOut

running sdist
running egg_info
writing stackview.egg-info/PKG-INFO
writing dependency_links to stackview.egg-info/dependency_links.txt
writing entry points to stackview.egg-info/entry_points.txt
writing requirements to stackview.egg-info/requires.txt
writing top-level names to stackview.egg-info/top_level.txt
reading manifest file 'stackview.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'stackview.egg-info/SOURCES.txt'
running check
creating stackview-0.11.2
creating stackview-0.11.2/stackview
creating stackview-0.11.2/stackview.egg-info
creating stackview-0.11.2/tests
copying files to stackview-0.11.2...
copying LICENSE -> stackview-0.11.2
copying README.md -> stackview-0.11.2
copying setup.py -> stackview-0.11.2
copying stackview/__init__.py -> stackview-0.11.2/stackview
copying stackview/_animate.py -> stackview-0.11.2/stackview
copying stackview/_annotate.py -> stackview-0.11.2/stackview
copying stackview/_bia_bob_plugins.py -> stackview-0.11.2/stackview
copying stackview/_clusterplot.py -> stackview-0.11.2/stackview
copying stackview/_colormaps.py -> stackview-0.11.2/stackview
copying stackview/_context.py -> stackview-0.11.2/stackview
copying stackview/_crop.py -> stackview-0.11.2/stackview
copying stackview/_curtain.py -> stackview-0.11.2/stackview
copying stackview/_display_range.py -> stackview-0.11.2/stackview
copying stackview/_grid.py -> stackview-0.11.2/stackview
copying stackview/_image_widget.py -> stackview-0.11.2/stackview
copying stackview/_imshow.py -> stackview-0.11.2/stackview
copying stackview/_interact.py -> stackview-0.11.2/stackview
copying stackview/_orthogonal.py -> stackview-0.11.2/stackview
copying stackview/_picker.py -> stackview-0.11.2/stackview
copying stackview/_scatterplot.py -> stackview-0.11.2/stackview
copying stackview/_side_by_side.py -> stackview-0.11.2/stackview
copying stackview/_slice.py -> stackview-0.11.2/stackview
copying stackview/_slice_viewer.py -> stackview-0.11.2/stackview
copying stackview/_static_view.py -> stackview-0.11.2/stackview
copying stackview/_switch.py -> stackview-0.11.2/stackview
copying stackview/_uint_field.py -> stackview-0.11.2/stackview
copying stackview/_utilities.py -> stackview-0.11.2/stackview
copying stackview.egg-info/PKG-INFO -> stackview-0.11.2/stackview.egg-info
copying stackview.egg-info/SOURCES.txt -> stackview-0.11.2/stackview.egg-info
copying stackview.egg-info/dependency_links.txt -> stackview-0.11.2/stackview.egg-info
copying stackview.egg-info/entry_points.txt -> stackview-0.11.2/stackview.egg-info
copying stackview.egg-info/requires.txt -> stackview-0.11.2/stackview.egg-info
copying stackview.egg-info/top_level.txt -> stackview-0.11.2/stackview.egg-info
copying tests/test_static_view.py -> stackview-0.11.2/tests
copying stackview.egg-info/SOURCES.txt -> stackview-0.11.2/stackview.egg-info
Writing stackview-0.11.2/setup.cfg
creating dist
Creating tar archive
removing 'stackview-0.11.2' (and everything under it)
running bdist_wheel
running build
running build_py
creating build/lib/stackview
copying stackview/_picker.py -> build/lib/stackview
copying stackview/_slice.py -> build/lib/stackview
copying stackview/_orthogonal.py -> build/lib/stackview
copying stackview/_uint_field.py -> build/lib/stackview
copying stackview/_image_widget.py -> build/lib/stackview
copying stackview/_crop.py -> build/lib/stackview
copying stackview/_scatterplot.py -> build/lib/stackview
copying stackview/_interact.py -> build/lib/stackview
copying stackview/_grid.py -> build/lib/stackview
copying stackview/_imshow.py -> build/lib/stackview
copying stackview/__init__.py -> build/lib/stackview
copying stackview/_slice_viewer.py -> build/lib/stackview
copying stackview/_switch.py -> build/lib/stackview
copying stackview/_annotate.py -> build/lib/stackview
copying stackview/_colormaps.py -> build/lib/stackview
copying stackview/_clusterplot.py -> build/lib/stackview
copying stackview/_static_view.py -> build/lib/stackview
copying stackview/_curtain.py -> build/lib/stackview
copying stackview/_bia_bob_plugins.py -> build/lib/stackview
copying stackview/_animate.py -> build/lib/stackview
copying stackview/_side_by_side.py -> build/lib/stackview
copying stackview/_display_range.py -> build/lib/stackview
copying stackview/_context.py -> build/lib/stackview
copying stackview/_utilities.py -> build/lib/stackview
installing to build/bdist.linux-x86_64/wheel
running install
running install_lib
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/stackview
copying build/lib/stackview/_picker.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_slice.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_orthogonal.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_uint_field.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_image_widget.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_crop.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_scatterplot.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_interact.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_grid.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_imshow.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/__init__.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_slice_viewer.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_switch.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_annotate.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_colormaps.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_clusterplot.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_static_view.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_curtain.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_bia_bob_plugins.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_animate.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_side_by_side.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_display_range.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_context.py -> build/bdist.linux-x86_64/wheel/./stackview
copying build/lib/stackview/_utilities.py -> build/bdist.linux-x86_64/wheel/./stackview
running install_egg_info
Copying stackview.egg-info to build/bdist.linux-x86_64/wheel/./stackview-0.11.2-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/stackview-0.11.2.dist-info/WHEEL
creating 'dist/stackview-0.11.2-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'stackview/__init__.py'
adding 'stackview/_animate.py'
adding 'stackview/_annotate.py'
adding 'stackview/_bia_bob_plugins.py'
adding 'stackview/_clusterplot.py'
adding 'stackview/_colormaps.py'
adding 'stackview/_context.py'
adding 'stackview/_crop.py'
adding 'stackview/_curtain.py'
adding 'stackview/_display_range.py'
adding 'stackview/_grid.py'
adding 'stackview/_image_widget.py'
adding 'stackview/_imshow.py'
adding 'stackview/_interact.py'
adding 'stackview/_orthogonal.py'
adding 'stackview/_picker.py'
adding 'stackview/_scatterplot.py'
adding 'stackview/_side_by_side.py'
adding 'stackview/_slice.py'
adding 'stackview/_slice_viewer.py'
adding 'stackview/_static_view.py'
adding 'stackview/_switch.py'
adding 'stackview/_uint_field.py'
adding 'stackview/_utilities.py'
adding 'stackview-0.11.2.dist-info/LICENSE'
adding 'stackview-0.11.2.dist-info/METADATA'
adding 'stackview-0.11.2.dist-info/WHEEL'
adding 'stackview-0.11.2.dist-info/entry_points.txt'
adding 'stackview-0.11.2.dist-info/top_level.txt'
adding 'stackview-0.11.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel

StdErr

/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!
  self.initialize_options()

Command

twine upload dist/*

StdOut

Uploading distributions to https://upload.pypi.org/legacy/
Uploading stackview-0.11.2-py3-none-any.whl

  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/60.3 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/60.3 kB • --:-- • ?
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/60.3 kB • 00:00 • 68.0 MB/s
Uploading stackview-0.11.2.tar.gz

  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/52.6 kB • --:-- • ?
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.6/52.6 kB • 00:00 • 63.5 MB/s

View at:
https://pypi.org/project/stackview/0.11.2/

StdErr