haesleinhuepf / git-bob

git-bob uses AI to solve Github-issues and review pull-requests. It runs inside the Github CI, no need to install anything on your computer.
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Deploy 0.9.1 #373

Closed haesleinhuepf closed 1 hour ago

haesleinhuepf commented 1 hour ago

git-bob deploy

github-actions[bot] commented 1 hour ago

This message was generated by git-bob (version: 0.9.1, model: gpt-4o-2024-08-06, log), 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 src/git_bob.egg-info/PKG-INFO
writing dependency_links to src/git_bob.egg-info/dependency_links.txt
writing entry points to src/git_bob.egg-info/entry_points.txt
writing requirements to src/git_bob.egg-info/requires.txt
writing top-level names to src/git_bob.egg-info/top_level.txt
reading manifest file 'src/git_bob.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'src/git_bob.egg-info/SOURCES.txt'
running check
creating git_bob-0.9.1
creating git_bob-0.9.1/src/git_bob
creating git_bob-0.9.1/src/git_bob.egg-info
creating git_bob-0.9.1/tests
copying files to git_bob-0.9.1...
copying LICENSE -> git_bob-0.9.1
copying README.md -> git_bob-0.9.1
copying pyproject.toml -> git_bob-0.9.1
copying requirements.txt -> git_bob-0.9.1
copying setup.cfg -> git_bob-0.9.1
copying setup.py -> git_bob-0.9.1
copying src/git_bob/__init__.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob/_ai_github_utilities.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob/_endpoints.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob/_github_utilities.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob/_logger.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob/_terminal.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob/_utilities.py -> git_bob-0.9.1/src/git_bob
copying src/git_bob.egg-info/PKG-INFO -> git_bob-0.9.1/src/git_bob.egg-info
copying src/git_bob.egg-info/SOURCES.txt -> git_bob-0.9.1/src/git_bob.egg-info
copying src/git_bob.egg-info/dependency_links.txt -> git_bob-0.9.1/src/git_bob.egg-info
copying src/git_bob.egg-info/entry_points.txt -> git_bob-0.9.1/src/git_bob.egg-info
copying src/git_bob.egg-info/requires.txt -> git_bob-0.9.1/src/git_bob.egg-info
copying src/git_bob.egg-info/top_level.txt -> git_bob-0.9.1/src/git_bob.egg-info
copying tests/test_github_utilities.py -> git_bob-0.9.1/tests
copying tests/test_logger.py -> git_bob-0.9.1/tests
copying tests/test_utilities.py -> git_bob-0.9.1/tests
copying src/git_bob.egg-info/SOURCES.txt -> git_bob-0.9.1/src/git_bob.egg-info
Writing git_bob-0.9.1/setup.cfg
creating dist
Creating tar archive
removing 'git_bob-0.9.1' (and everything under it)
running bdist_wheel
running build
running build_py
creating build/lib/git_bob
copying src/git_bob/_ai_github_utilities.py -> build/lib/git_bob
copying src/git_bob/_endpoints.py -> build/lib/git_bob
copying src/git_bob/_terminal.py -> build/lib/git_bob
copying src/git_bob/_logger.py -> build/lib/git_bob
copying src/git_bob/__init__.py -> build/lib/git_bob
copying src/git_bob/_github_utilities.py -> build/lib/git_bob
copying src/git_bob/_utilities.py -> build/lib/git_bob
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/git_bob
copying build/lib/git_bob/_ai_github_utilities.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/_endpoints.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/_terminal.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/_logger.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/__init__.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/_github_utilities.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/_utilities.py -> build/bdist.linux-x86_64/wheel/./git_bob
running install_egg_info
Copying src/git_bob.egg-info to build/bdist.linux-x86_64/wheel/./git_bob-0.9.1-py3.12.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/git_bob-0.9.1.dist-info/WHEEL
creating 'dist/git_bob-0.9.1-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it
adding 'git_bob/__init__.py'
adding 'git_bob/_ai_github_utilities.py'
adding 'git_bob/_endpoints.py'
adding 'git_bob/_github_utilities.py'
adding 'git_bob/_logger.py'
adding 'git_bob/_terminal.py'
adding 'git_bob/_utilities.py'
adding 'git_bob-0.9.1.dist-info/LICENSE'
adding 'git_bob-0.9.1.dist-info/METADATA'
adding 'git_bob-0.9.1.dist-info/WHEEL'
adding 'git_bob-0.9.1.dist-info/entry_points.txt'
adding 'git_bob-0.9.1.dist-info/top_level.txt'
adding 'git_bob-0.9.1.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 git_bob-0.9.1-py3-none-any.whl

  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/48.3 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/48.3 kB • --:-- • ?
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.3/48.3 kB • 00:00 • 42.5 MB/s
Uploading git_bob-0.9.1.tar.gz

  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/53.0 kB • --:-- • ?
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.0/53.0 kB • 00:00 • 40.7 MB/s

View at:
https://pypi.org/project/git-bob/0.9.1/

StdErr