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
Hi,
We're using jFrog Artifactory to store gunicorn packages, basically it hosts a private pypi repository on-premise. However, when uploading latest gunicorn to it, a metadata.json containing pkg info is missing.
This file is missing only for latest releases 19.8.0 and 19.8.1. I tested 19.7.1 and the file was present.
You will notice DESCRIPTION.rst is missing, too. It will be great if we can have them back. Do you have changed your deployment instructions recently ?
Thanks
The text was updated successfully, but these errors were encountered:
Looks like the Metadata-Version has been updated from 1.1 (PEP314) to 2.1 (PEP566). Probably due to an update of the deployment tools. Some others have raised the same behavior pypa/twine#341
Hi,
We're using jFrog Artifactory to store
gunicorn
packages, basically it hosts a private pypi repository on-premise. However, when uploading latestgunicorn
to it, ametadata.json
containing pkg info is missing.This file is missing only for latest releases 19.8.0 and 19.8.1. I tested 19.7.1 and the file was present.
E.g.
You will notice
DESCRIPTION.rst
is missing, too. It will be great if we can have them back. Do you have changed your deployment instructions recently ?Thanks
The text was updated successfully, but these errors were encountered: