diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e66e146..e6e51b4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Pixi uses: prefix-dev/setup-pixi@v0.9.3 with: - pixi-version: v0.60.0 + pixi-version: v0.62.2 cache: true manifest-path: pyproject.toml - name: Run checks and formatters through pre-commit @@ -35,7 +35,7 @@ jobs: - name: Setup Pixi uses: prefix-dev/setup-pixi@v0.9.3 with: - pixi-version: v0.60.0 + pixi-version: v0.62.2 cache: true manifest-path: pyproject.toml - name: Test server extension diff --git a/.github/workflows/enforce-label.yml b/.github/workflows/enforce-label.yml index f6863d3..4780fd4 100644 --- a/.github/workflows/enforce-label.yml +++ b/.github/workflows/enforce-label.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Pixi uses: prefix-dev/setup-pixi@v0.9.3 with: - pixi-version: v0.60.0 + pixi-version: v0.62.2 cache: true manifest-path: pyproject.toml - name: Verify conventional commit conventions on PR title diff --git a/pixi.lock b/pixi.lock index 0a3e061..da29b64 100644 --- a/pixi.lock +++ b/pixi.lock @@ -2704,8 +2704,8 @@ packages: timestamp: 1733332433806 - pypi: ./ name: arbalister - version: 0.2.0.dev0 - sha256: e580c9dc65dc77381fce3febafe572e71fe902974eabb347ce83435d019b6561 + version: 0.2.0.dev3 + sha256: c319395e9cac115c099599c86b9194a634906ac3af29bd9baeb2321ea17e1034 requires_dist: - adbc-driver-manager - adbc-driver-sqlite @@ -2713,7 +2713,6 @@ packages: - jupyter-server>=2.4.0,<3 - pyarrow>=20.0 requires_python: '>=3.9' - editable: true - conda: https://conda.anaconda.org/conda-forge/noarch/argon2-cffi-25.1.0-pyhd8ed1ab_0.conda sha256: bea62005badcb98b1ae1796ec5d70ea0fc9539e7d59708ac4e7d41e2f4bb0bad md5: 8ac12aff0860280ee0cff7fa2cf63f3b diff --git a/pyproject.toml b/pyproject.toml index aacc09e..e7c34c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,8 @@ source_dir = "src" build_dir = "arbalister/labextension" [tool.jupyter-releaser.options] -version_cmd = "hatch version" +version-cmd = "hatch version" +release-message = "release: Release {version}" [tool.jupyter-releaser.hooks] before-build-npm = [