Uploading mysqlclient-2.2.7-cp310-cp310-win_amd64.whl (202.9KiB)
error: Failed to publish `mysqlclient-2.2.7-cp310-cp310-win_amd64.whl` to https://upload.pypi.org/legacy/
Caused by: Upload failed with status code 400 Bad Request. Server says: 400 license-file introduced in metadata version 2.4, not 2.2. See https://packaging.python.org/specifications/core-metadata for more information.
size_t u = (size_t)(p[0]);
switch (end - p) {
default:
u |= (size_t)(p[7]) << 56ull;
// fall throughcase7:
u |= (size_t)(p[6]) << 48ull;
// fall throughcase6:
u |= (size_t)(p[5]) << 40ull;
// fall throughcase5:
u |= (size_t)(p[4]) << 32ull;
// fall throughcase4:
u |= (size_t)(p[3]) << 24;
// fall throughcase3:
u |= (size_t)(p[2]) << 16;
// fall throughcase2:
u |= (size_t)(p[1]) << 8;
break;
case1:
break;
}
if (u & ASCII_CHAR_MASK) {
return p - start + (__builtin_ctzll(u & ASCII_CHAR_MASK) - 7) / 8;
}