mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Disable hatch bump
This commit is contained in:
parent
ea0ecbcd50
commit
27f48c60de
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pypi-release.yml
vendored
6
.github/workflows/pypi-release.yml
vendored
|
|
@ -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 .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue