Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove unnecessary publish workflow permissions (#204)
In #202, trusted publishing to PyPI was introduced, requiring permission id-token: write. However, all permissions were granted to the CI, which is not necessary. This PR restricts the workflow permissions to those which are necessary.
- Loading branch information