ukis-csmask icon indicating copy to clipboard operation
ukis-csmask copied to clipboard

Github action publish to pypy broken

Open MWieland opened this issue 1 year ago • 5 comments

Successfully built a new minor release (v0.2.2) but cannot publish it to pypy. Github action build and publish returns

ERROR    HTTPError: 403 Forbidden from https://upload.pypi.org/legacy/          
         Invalid or non-existent authentication information. See                
         https://pypi.org/help/#invalid-auth for more information.              
Error: Process completed with exit code 1.

There seems to be an issue with the user credentials on pypy, but I do not have the permissions to modify secrets or user credentials. @kambrium can you please have a look at this?

MWieland avatar Oct 22 '24 08:10 MWieland

As a temporary workaround for anyone, who wants to use the latest version that exposes the onnxruntime providers, please install ukis-csmask directly from the github repository.

$ pip install git+https://github.com/dlr-eoc/ukis-csmask

Or with extras:

$ pip install -e git+https://github.com/dlr-eoc/ukis-csmask#egg=ukis-csmask[gpu]

MWieland avatar Oct 22 '24 08:10 MWieland

@kambrium can you please have a look at this again? This looks like the token expired or something like that.

fwfichtner avatar Jan 28 '25 12:01 fwfichtner

reopening again. pypi upload action and pypi authentication have been updated and work, but now we run into size limitations on pypi with the bulk of new models being added. trying to sort this out on pypi side.

MWieland avatar Feb 14 '25 20:02 MWieland

Interesting, didn't know about that https://pypi.org/help/#project-size-limit

fwfichtner avatar Feb 17 '25 09:02 fwfichtner

https://github.com/pypi/support/issues/5693

kambrium avatar Feb 18 '25 08:02 kambrium

Our limit is 200MB now.

kambrium avatar Mar 25 '25 10:03 kambrium

successfully released v1.0.0 now. many thanks @kambrium for the support with pypi.

MWieland avatar Mar 25 '25 19:03 MWieland