lovasoa / marshmallow_dataclass

Automatic generation of marshmallow schemas from dataclasses.
https://lovasoa.github.io/marshmallow_dataclass/html/marshmallow_dataclass.html
MIT License
456 stars 78 forks source link

The release workflow (to push to PyPI) is broken #270

Closed dairiki closed 2 months ago

dairiki commented 2 months ago

The release workflow currently fails with:

HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/ User 'lovasoa' does not have a verified primary email address. Please add a verified primary email before attempting to upload to PyPI. See https://pypi.org/help/#verified-email for more information.

lovasoa commented 2 months ago

image

Ok, my email should be verified now; thanks for raising this @dairiki

dairiki commented 2 months ago

@lovasoa Thank you. That seems to have done the trick!