15 fixed an issue with the tests by adding pretagov/ftw.tika and https://github.com/pretagov/cusy.restapi.info as url dependencies. This is required due to using features from the unreleased branches in these repos. It turns out that you can't upload packages with direct dependencies to PyPI. See the following error:
Uploading nswdesignsystem.plone6-0.4.0-py3-none-any.whl
100% ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 kB • 00:00 • 67.0 MB/s
WARNING Error during upload. Retry with the --verbose option for more
details.
Response status code: 400
Reason: Invalid value for requires_dist. Error: Can't have direct dependency: 'ftw.tika @ git+https://github.com/pretagov/ftw.tika@python3#egg=ftw.tika'
There were errors or warnings.
ERROR Package upload has failed.
NoneType: None
Description
15 fixed an issue with the tests by adding pretagov/ftw.tika and https://github.com/pretagov/cusy.restapi.info as url dependencies. This is required due to using features from the unreleased branches in these repos. It turns out that you can't upload packages with direct dependencies to PyPI. See the following error: