yuqi1129 commented on PR #9401:
URL: https://github.com/apache/gravitino/pull/9401#issuecomment-3630125616

   I meet another problem:
   
   yuqi@yuqi-release:~/release$ twine upload -u __token__  -p $PYPI_API_TOKEN   
    --repository-url https://upload.pypi.org/legacy/       
"apache_gravitino-1.1.0rc1.tar.gz"
   Uploading distributions to https://upload.pypi.org/legacy/
   ERROR    InvalidDistribution: Metadata is missing required fields: Name, 
Version.
            Make sure the distribution includes the files where those fields 
are specified, and is using a supported Metadata-Version: 1.0, 1.1, 1.2, 2.0, 
2.1, 2.2.
   
   The metadata of the jar that is pushed to `https://upload.pypi.org/legacy/` 
is 2.4, which is not supported by it now. we need to downgrade setuptools to 60 
or so(current is 68)
   
   
   Let me take some time to solve it 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to