Twine upload error InvalidDistribution
See original GitHub issueI’m getting the following error
InvalidDistribution: Unknown distribution format: 'index.js'
when I try and upload the bundled package using the command
twine upload dist/*
(following the instructions from https://github.com/jupyter-widgets/widget-ts-cookiecutter). I’m working with a minimally changed widget-ts-cookiecutter template project (that I’ve changed to version 0.2.0), which can be found here: https://github.com/ismms-himc/clustergrammer2
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Unknown distribution format: '' when uploading to PyPI via Twine
Unknown distribution format : '' when uploading to PyPI via Twine · It expects a file; dist/ is a directory, so you're ending...
Read more >Troubleshooting Python Twine Cannot Upload Package On ...
Python twine uses ~/.pypirc as its default config file, but for some reasons it doesn't work on Windows.
Read more >PyPI packages in the Package Registry - GitLab Docs
python3 -m twine upload --repository gitlab dist/*. This message indicates that the package was published successfully: Uploading distributions to ...
Read more >Twine Documentation
Show more helpful error message for invalid metadata. (#861) ... avoiding messages flowing through to the next distribution's errors.
Read more >twine Documentation - manpages.ubuntu!
(#823) Bugfixes • Add a helpful error message when an upload fails due to missing a ... InvalidDistribution Raised when a distribution is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Seems ok for now. I’d still leave the issue open for a more permanent resolution.
Will do, thanks for the help