DecodingRaphael / unraphael

Python toolkit for unraveling image similarity with a focus on artistic practice
https://unraphael.readthedocs.io
Apache License 2.0
2 stars 1 forks source link

Upload to pypi fails #49

Closed stefsmeets closed 3 months ago

stefsmeets commented 3 months ago

Seems like an issue with the setup of the trusted publishing pipeline.

Error: Trusted publishing exchange failure: 
Token request failed: the server refused the request for the following reasons:

* `invalid-publisher`: valid token, but no corresponding publisher (All lookup strategies exhausted)

This generally indicates a trusted publisher configuration error, but could
also indicate an internal error on GitHub or PyPI's part.

The claims rendered below are **for debugging purposes only**. You should **not**
use them to configure a trusted publisher unless they already match your expectations.

If a claim is not present in the claim set, then it is rendered as `MISSING`.

* `sub`: `repo:DecodingRaphael/unraphael:environment:release`
* `repository`: `DecodingRaphael/unraphael`
* `repository_owner`: `DecodingRaphael`
* `repository_owner_id`: `145475105`
* `job_workflow_ref`: `DecodingRaphael/unraphael/.github/workflows/publish.yaml@refs/tags/0.2.0`
* `ref`: `refs/tags/0.2.0`

See https://docs.pypi.org/trusted-publishers/troubleshooting/ for more help.
stefsmeets commented 3 months ago

Okay, I never actually set up the pipeline. Should be fixed now 😅