Skip to content

Commit

Permalink
Update README.md.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Feb 5, 2025
1 parent c43f399 commit ece5ad1
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,33 @@ make marimo # Start Marimo notebooks
- Commit your changes (git commit -m 'Add some amazing feature')
- Push to the branch (git push origin feature/amazing-feature)
- Open a Pull Request

## Trusted publishing failure

That's good news!

You are not able to publish to PyPI unless you have registered your project
on PyPI. You get the following message:

```bash
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.
```

Please register your repository. The 'release.yml' flow is
publishing from the 'release' environment. Once you have
registered your new repo it should all work.

0 comments on commit ece5ad1

Please sign in to comment.