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