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
The pypi upload command twine upload dist/* is failing with:
HTTPError: 400 Bad Request from https://upload.pypi.org/legacy/
Can't have direct dependency: desiutil@ https://github.com/desihub/desiutil/archive/refs/tags/3.4.2.tar.gz ; extra == "docs". See https://packaging.python.org/specifications/core-metadata for more information.
The pypi upload command
twine upload dist/*
is failing with:The offending lines are in
setup.cfg
:After some iteration with @weaverba137 on slack, we can probably just remove those 2 lines with github URLs.
See here for more on the error.
The text was updated successfully, but these errors were encountered: