Skip to content

Commit 3a7dfa9

Browse files
committed
Test github releases
1 parent 5ef8b28 commit 3a7dfa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
gh release create
8080
"$GITHUB_REF_NAME"
8181
--repo "$GITHUB_REPOSITORY"
82-
--notes ""
82+
--generate-notes
8383
- name: Upload artifact signatures to GitHub Release
8484
env:
8585
GITHUB_TOKEN: ${{ github.token }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tracklab"
3-
version = "1.3.16"
3+
version = "1.3.17"
44
description = "A Modular End-to-End Tracking Framework for Research and Development"
55
readme = "README.md"
66
authors = [

0 commit comments

Comments
 (0)