From f0fad1a4f290fd44e0aa221c9e4fdc4b4245f264 Mon Sep 17 00:00:00 2001 From: Idan Adar Date: Mon, 16 Mar 2026 09:19:48 +0200 Subject: [PATCH] Update build command in publish workflow --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e548eaa..a6bea58 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,7 +23,7 @@ jobs: python -m pip install "setuptools<82" build wheel --user - name: Build a binary wheel and a source tarball run: | - python -m build --no-build-isolation --sdist --wheel --outdir dist/ . + python -m build --no-isolation --sdist --wheel --outdir dist/ . - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: