From 27f48c60de86b5e5d73e86b15ca5c48c6e6453d2 Mon Sep 17 00:00:00 2001 From: Alex Root Junior Date: Mon, 17 Jul 2023 23:07:21 +0300 Subject: [PATCH] Disable hatch bump --- .github/workflows/pypi-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index c78a89ac..6991e206 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -18,14 +18,14 @@ jobs: python-version: "3.11" - name: Install build dependencies - run: python -m pip install --upgrade build hatch + run: python -m pip install --upgrade build - name: Resolve version id: package-version run: echo "value=$(echo ${{ github.ref }} | sed -e 's/refs\/tags\/v//')" >> $GITHUB_OUTPUT - - name: Bump version - run: hatch version ${{ steps.package-version.outputs.value }} + # - name: Bump version + # run: hatch version ${{ steps.package-version.outputs.value }} - name: Build source distribution run: python -m build .