Skip to content

Commit

Permalink
add rye config to set author of projects
Browse files Browse the repository at this point in the history
  • Loading branch information
trappitsch committed Apr 12, 2024
1 parent 9453a0d commit dc63f80
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@ jobs:
uses: eifinger/setup-rye@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Test rye
- name: Setup rye config - required for tests
run: |
rye init asdf
cat asdf/pyproject.toml
rye config --set default.author="Firstname Lastname <[email protected]>"
- name: Sync Rye
run: |
rye pin ${{ matrix.python-version }}
Expand Down

0 comments on commit dc63f80

Please sign in to comment.