From 54d5547c710156fc55a2c76b0ec9a3e59474fb2e Mon Sep 17 00:00:00 2001 From: Andrew Sazonov Date: Tue, 22 Sep 2026 22:19:08 +0200 Subject: [PATCH] Use frozen lockfile for PyPI build --- .github/workflows/pypi-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi-publish.yml b/.github/workflows/pypi-publish.yml index c51b8f865..a00cf0d85 100644 --- a/.github/workflows/pypi-publish.yml +++ b/.github/workflows/pypi-publish.yml @@ -29,7 +29,7 @@ jobs: # Build the Python package (to dist/ folder) - name: Create Python package - run: pixi run default-build + run: pixi run --frozen default-build # Publish the package to PyPI (from dist/ folder) # Instead of publishing with personal access token, we use