Skip to content

Commit 6c94281

Browse files
committed
Update build_wheel.yml
Adjust release title / desc
1 parent f597808 commit 6c94281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ jobs:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3030
run: |
3131
VERSION=$(python -c 'import tomllib; print("v"+tomllib.load(open("pyproject.toml", "rb"))["project"]["version"])')
32-
gh release create $VERSION ./dist/*
32+
gh release create $VERSION ./dist/* --generate-notes --title $VERSION

0 commit comments

Comments
 (0)