From 9415d58bf8fe57713d5e2a790471f13b0e17aadb Mon Sep 17 00:00:00 2001 From: Albert Engstfeld Date: Thu, 28 Aug 2025 00:01:55 +0200 Subject: [PATCH] Change pyproject to pixi in rever --- pixi.toml | 2 +- rever.xsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 6c1cae7..0a239c3 100644 --- a/pixi.toml +++ b/pixi.toml @@ -2,7 +2,7 @@ channels = ["conda-forge"] name = "metadata-schema" platforms = ["linux-64", "osx-64", "win-64"] -version = "0.3.0" +version = "0.3.1" [tasks] validate-objects = {cmd = [ diff --git a/rever.xsh b/rever.xsh index ddaa484..7ef9bad 100644 --- a/rever.xsh +++ b/rever.xsh @@ -41,7 +41,7 @@ $PROJECT = 'metadata-schema' from rever.activities.command import command -command('pixi', 'pixi install --manifest-path "$PWD/pyproject.toml" -e dev') +command('pixi', 'pixi install --manifest-path "$PWD/pixi.toml" -e dev') $ACTIVITIES = [ 'version_bump',