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

Fix Twine Build Issue #1530

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Fix Twine Build Issue #1530

merged 1 commit into from
Jun 25, 2024

Conversation

rasbt
Copy link
Collaborator

@rasbt rasbt commented Jun 25, 2024

There's currently a build issue with Twine:

...
adding 'litgpt-0.4.2.dist-info/RECORD'
removing build/bdist.linux-x86_64/wheel
Successfully built litgpt-0.4.2.tar.gz and litgpt-0.4.2-py3-none-any.whl
Traceback (most recent call last):
  File "/opt/hostedtoolcache/Python/3.12.4/x64/bin/twine", line 5, in <module>
    from twine.__main__ import main
  File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/twine/__init__.py", line 40, in <module>
    __uri__ = metadata["home-page"]
              ~~~~~~~~^^^^^^^^^^^^^
  File "/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/site-packages/importlib_metadata/_adapters.py", line 54, in __getitem__
    raise KeyError(item)
KeyError: 'home-page'
Error: Process completed with exit code 1.

See pypa/twine#977 for details.

@rasbt rasbt enabled auto-merge (squash) June 25, 2024 22:37
@rasbt rasbt merged commit b15b5b4 into main Jun 25, 2024
9 checks passed
@rasbt rasbt deleted the fix-twine-build-issue branch June 25, 2024 22:49
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

Successfully merging this pull request may close these issues.

1 participant