matthiaskoenig / brendapy

BRENDA parser in python
GNU Lesser General Public License v3.0
19 stars 6 forks source link

Make new pypi release #32

Closed matthiaskoenig closed 4 years ago

matthiaskoenig commented 4 years ago
matthiaskoenig commented 4 years ago

Pypi allows only max 60MB

twine upload dist/*
Uploading distributions to https://upload.pypi.org/legacy/
Enter your username: matthiaskoenig
Enter your password: 
Uploading brendapy-0.4.0.tar.gz
100%|██████████████████████████████████████████████████████████████████████████████████████████| 102M/102M [06:39<00:00, 268kB/s]
HTTPError: 400 Client Error: File too large. Limit for project 'brendapy' is 60 MB. See https://pypi.org/help/#file-size-limit for url: https://upload.pypi.org/legacy/

Have to find a way around the size limit.

matthiaskoenig commented 4 years ago

See https://github.com/pypa/warehouse/issues/6628

matthiaskoenig commented 4 years ago

New release brendapy-0.4.1 available from pypi (https://pypi.org/project/brendapy/)