Skip to content

v1.6.0 🌈 Monorepo support

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 09:38
· 112 commits to refs/heads/main since this release
5934e34

Changes

If your rye project is not at the root of the repository you can specify the working directory relative to the repository root. This is useful for monorepos.

If you do not use the caching feature working-directory will have no effect.

- name: Enable caching and define a working directory
  uses: eifinger/setup-rye@v1
  with:
    enable-cache: true
    working-directory: 'path/to/rye/project'

Thank you @catwell for reporting this missing feature.

✨ New features

⬆️ Dependency updates