Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rye/0.24.0 package update #13114

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions rye.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rye
version: 0.23.0
version: 0.24.0
epoch: 0
description: "An Experimental Package Management Solution for Python"
copyright:
Expand All @@ -21,7 +21,7 @@ pipeline:
- uses: git-checkout
with:
repository: https://github.com/mitsuhiko/rye
expected-commit: 0fdcdda6c4660df943bd380dc937d55be8d2652e
expected-commit: 8d56aa18a408f523f3edfda46a9e29199a3a57e5
tag: ${{package.version}}

- name: Configure and build
Expand Down
Loading