From a11f3d50780a359463de38c86aa3d5dd3169944d Mon Sep 17 00:00:00 2001 From: Mathias Millet Date: Sat, 15 Jun 2024 10:32:13 +0200 Subject: [PATCH] publish job --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 37f5e48..539b3f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -17,8 +17,7 @@ jobs: python-version: '3.10' - name: Setup and build run: | - python -m - pip install build wheel + python -m pip install build wheel version=$(echo $GITHUB_REF | cut -d / -f 3) sed -i "s/__version__ = .*/__version__ = \"$version\"/g" mmuxer/__init__.py python -m build --sdist --wheel