You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the template, a build seems to work fine, except for when I try to push to pypi with twine:
python -m build
twine upload dist/*
gives:
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 package.json file has name and version both set.
The text was updated successfully, but these errors were encountered:
Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! 🤗
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! 👋
I do not see this problem. pypi/warehouse#15611 suggests that this may happen when an outdated pkginfo is installed. Can you check it you have the latest version of it and twine?
Using the template, a build seems to work fine, except for when I try to push to pypi with twine:
python -m build twine upload dist/*
gives:
The
package.json
file hasname
andversion
both set.The text was updated successfully, but these errors were encountered: