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 .