Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy 0.18.0 #570

Closed
haesleinhuepf opened this issue Feb 12, 2025 · 1 comment
Closed

deploy 0.18.0 #570

haesleinhuepf opened this issue Feb 12, 2025 · 1 comment

Comments

@haesleinhuepf
Copy link
Owner

git-bob deploy

Copy link
Contributor

This message was generated by git-bob (version: 0.18.0, model: claude-3-5-sonnet-20241022, 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.18.0
creating git_bob-0.18.0/src/git_bob
creating git_bob-0.18.0/src/git_bob.egg-info
creating git_bob-0.18.0/src/git_bob/data
creating git_bob-0.18.0/tests
copying files to git_bob-0.18.0...
copying LICENSE -> git_bob-0.18.0
copying README.md -> git_bob-0.18.0
copying pyproject.toml -> git_bob-0.18.0
copying requirements.txt -> git_bob-0.18.0
copying setup.cfg -> git_bob-0.18.0
copying setup.py -> git_bob-0.18.0
copying src/git_bob/__init__.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_ai_github_utilities.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_endpoints.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_github_utilities.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_gitlab_utilities.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_logger.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_terminal.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob/_utilities.py -> git_bob-0.18.0/src/git_bob
copying src/git_bob.egg-info/PKG-INFO -> git_bob-0.18.0/src/git_bob.egg-info
copying src/git_bob.egg-info/SOURCES.txt -> git_bob-0.18.0/src/git_bob.egg-info
copying src/git_bob.egg-info/dependency_links.txt -> git_bob-0.18.0/src/git_bob.egg-info
copying src/git_bob.egg-info/entry_points.txt -> git_bob-0.18.0/src/git_bob.egg-info
copying src/git_bob.egg-info/requires.txt -> git_bob-0.18.0/src/git_bob.egg-info
copying src/git_bob.egg-info/top_level.txt -> git_bob-0.18.0/src/git_bob.egg-info
copying src/git_bob/data/__init__.py -> git_bob-0.18.0/src/git_bob/data
copying src/git_bob/data/slide_template.pptx -> git_bob-0.18.0/src/git_bob/data
copying tests/test_agent.py -> git_bob-0.18.0/tests
copying tests/test_endpoints.py -> git_bob-0.18.0/tests
copying tests/test_github_utilities.py -> git_bob-0.18.0/tests
copying tests/test_gitlab_utilities.py -> git_bob-0.18.0/tests
copying tests/test_logger.py -> git_bob-0.18.0/tests
copying tests/test_utilities.py -> git_bob-0.18.0/tests
copying src/git_bob.egg-info/SOURCES.txt -> git_bob-0.18.0/src/git_bob.egg-info
Writing git_bob-0.18.0/setup.cfg
creating dist
Creating tar archive
removing 'git_bob-0.18.0' (and everything under it)
running bdist_wheel
running build
running build_py
creating build/lib/git_bob
copying src/git_bob/__init__.py -> build/lib/git_bob
copying src/git_bob/_logger.py -> build/lib/git_bob
copying src/git_bob/_ai_github_utilities.py -> build/lib/git_bob
copying src/git_bob/_terminal.py -> build/lib/git_bob
copying src/git_bob/_gitlab_utilities.py -> build/lib/git_bob
copying src/git_bob/_utilities.py -> build/lib/git_bob
copying src/git_bob/_endpoints.py -> build/lib/git_bob
copying src/git_bob/_github_utilities.py -> build/lib/git_bob
creating build/lib/git_bob/data
copying src/git_bob/data/__init__.py -> build/lib/git_bob/data
copying src/git_bob/data/slide_template.pptx -> build/lib/git_bob/data
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/__init__.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/_ai_github_utilities.py -> build/bdist.linux-x86_64/wheel/./git_bob
creating build/bdist.linux-x86_64/wheel/git_bob/data
copying build/lib/git_bob/data/__init__.py -> build/bdist.linux-x86_64/wheel/./git_bob/data
copying build/lib/git_bob/data/slide_template.pptx -> build/bdist.linux-x86_64/wheel/./git_bob/data
copying build/lib/git_bob/_terminal.py -> build/bdist.linux-x86_64/wheel/./git_bob
copying build/lib/git_bob/_gitlab_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
copying build/lib/git_bob/_endpoints.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
running install_egg_info
Copying src/git_bob.egg-info to build/bdist.linux-x86_64/wheel/./git_bob-0.18.0-py3.13.egg-info
running install_scripts
creating build/bdist.linux-x86_64/wheel/git_bob-0.18.0.dist-info/WHEEL
creating 'dist/git_bob-0.18.0-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/_gitlab_utilities.py'
adding 'git_bob/_logger.py'
adding 'git_bob/_terminal.py'
adding 'git_bob/_utilities.py'
adding 'git_bob/data/__init__.py'
adding 'git_bob/data/slide_template.pptx'
adding 'git_bob-0.18.0.dist-info/LICENSE'
adding 'git_bob-0.18.0.dist-info/METADATA'
adding 'git_bob-0.18.0.dist-info/WHEEL'
adding 'git_bob-0.18.0.dist-info/entry_points.txt'
adding 'git_bob-0.18.0.dist-info/top_level.txt'
adding 'git_bob-0.18.0.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel

StdErr

/opt/hostedtoolcache/Python/3.13.2/x64/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:79: 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.18.0-py3-none-any.whl

  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/109.2 kB • --:-- • ?
  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/109.2 kB • --:-- • ?
 75% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 81.9/109.2 kB • 00:01 • 175.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.2/109.2 kB • 00:00 • 1.5 MB/s
Uploading git_bob-0.18.0.tar.gz

  0% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/119.2 kB • --:-- • ?
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 119.2/119.2 kB • 00:00 • 216.3 MB/s

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

StdErr


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant