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.25.0 package update #13318

Merged
merged 1 commit into from
Feb 19, 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.24.0
version: 0.25.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: 8d56aa18a408f523f3edfda46a9e29199a3a57e5
expected-commit: d8e00cea1b1b35f0012f946c886164f436f7da09
tag: ${{package.version}}

- name: Configure and build
Expand Down
Loading