Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github action publish to pypy broken #23

Open
MWieland opened this issue Oct 22, 2024 · 1 comment
Open

Github action publish to pypy broken #23

MWieland opened this issue Oct 22, 2024 · 1 comment

Comments

@MWieland
Copy link
Contributor

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
Copy link
Contributor Author

MWieland commented Oct 22, 2024

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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant