andygrove commented on issue #7: URL: https://github.com/apache/arrow-datafusion-python/issues/7#issuecomment-1328070630
I am now trying to upload to testpypi using twine (based on the instructions at https://packaging.python.org/en/latest/tutorials/packaging-projects/) but am running into an error. ```bash $ python3 -m twine upload --repository testpypi --verbose datafusion-0.7.0-cp37-abi3*.whl Uploading distributions to https://test.pypi.org/legacy/ INFO datafusion-0.7.0-cp37-abi3-macosx_10_7_x86_64.whl (9.4 MB) INFO datafusion-0.7.0-cp37-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (11.9 MB) INFO datafusion-0.7.0-cp37-abi3-win_amd64.whl (10.0 MB) INFO Querying keyring for username Enter your username: __token__ INFO Querying keyring for password Enter your password: INFO username: __token__ INFO password: <hidden> Uploading datafusion-0.7.0-cp37-abi3-macosx_10_7_x86_64.whl 100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/9.9 MB • 00:06 • 1.7 MB/s INFO Response from https://test.pypi.org/legacy/: 400 Invalid value for project_urls. Error: Use valid URL. INFO <html> <head> <title>400 Invalid value for project_urls. Error: Use valid URL.</title> </head> <body> <h1>400 Invalid value for project_urls. Error: Use valid URL.</h1> The server could not comply with the request since it is either malformed or otherwise incorrect.<br/><br/> Invalid value for project_urls. Error: Use valid URL. </body> </html> ``` Any idea what I am doing wrong @Jimexist @isidentical? -- 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]
