Disable hatch bump

This commit is contained in:
Alex Root Junior 2023-07-17 23:07:21 +03:00
parent ea0ecbcd50
commit 27f48c60de
No known key found for this signature in database
GPG key ID: 074C1D455EBEA4AC

View file

@ -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 .