Python Setup Rye
Version updated for eifinger/setup-rye to version v1.15.0.
- This action is used across all versions by 68 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Changes
To avoid hitting the error API rate limit exceeded
you can supply a GitHub token with the github-token
input.
- name: Install rye and supply a GitHub token
uses: eifinger/setup-rye@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
🚀 Enhancements
- Add input github-token @eifinger (#181)