OpenAstronomy / OpenAstronomy/github-actions-workflows
Supported PyPI trusted publishers
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 21
- Forks
- 27
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 1
Description
See https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/, https://docs.pypi.org/trusted-publishers/using-a-publisher/.
To support trusted publishers, add this to the pypa/gh-action-pypi-publish step:
permissions:
id-token: write
Perhaps a boolean flag to turn this on or off?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Locate the reusable workflow containing the pypa/gh-action-pypi-publish step, then read the linked PyPI trusted-publishers documentation and inspect how its inputs are exposed. Done means the workflow supports the required id-token: write permission and clearly handles whether trusted publishing is enabled, with the resulting YAML configuration verified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, yaml
- Domain
- ci-cd, release
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100