We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef8b28 commit 3a7dfa9Copy full SHA for 3a7dfa9
.github/workflows/publish.yaml
@@ -79,7 +79,7 @@ jobs:
79
gh release create
80
"$GITHUB_REF_NAME"
81
--repo "$GITHUB_REPOSITORY"
82
- --notes ""
+ --generate-notes
83
- name: Upload artifact signatures to GitHub Release
84
env:
85
GITHUB_TOKEN: ${{ github.token }}
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "tracklab"
3
-version = "1.3.16"
+version = "1.3.17"
4
description = "A Modular End-to-End Tracking Framework for Research and Development"
5
readme = "README.md"
6
authors = [
0 commit comments