`poetry publish` to PyPI: wheel does not contain METADATA file

I dont know if this is code or replit help
but

Literally I have been trying for hours trying to get my little python library on pypi…

Publishing Lively_Mango (0.1.0) to PyPI
 - Uploading Lively_Mango-0.1.0-py3-none-any.whl 100%

  UploadError

  HTTP Error 400: Wheel 'Lively_Mango-0.1.0-py3-none-any.whl' does not contain the required METADATA file: Lively_Mango-0.1.0.dist-info/METADATA

  at ~/MiniatureHighlevelNonlinearprogramming/venv/lib/python3.10/site-packages/poetry/publishing/uploader.py:216 in _upload
      212│                     self._register(session, url)
      213│                 except HTTPError as e:
      214│                     raise UploadError(e)
      215│ 
    → 216│             raise UploadError(e)
      217│ 
      218│     def _do_upload(
      219│         self, session, url, dry_run=False
      220│     ):  # type: (requests.Session, str, Optional[bool]) -> None

my password is literally correct I tried it more than 20 times trust me its not wrong. I did every single step ( poetry new whatever,poetry update,build and publish )

Could you send me a link to the Repl and [OPTIONAL but PREFERABLY] a fixed version of your title?

https://replit.com/@Idkwhttph/MiniatureHighlevelNonlinearprogramming

A fixed version of your title (if you can manage it)?