We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a9731a commit 20c44ceCopy full SHA for 20c44ce
.github/workflows/python-publish.yml
@@ -46,8 +46,8 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
48
with:
49
- tag_name: ${{ github.ref }}
50
- release_name: ${{ github.ref }}
+ tag_name: ${{ github.run_id }}
+ release_name: ${{ github.run_id }}
51
draft: false
52
prerelease: false
53
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "motrackers_test"
3
-version = "0.0.2"
+version = "0.0.3"
4
description = "Multi-object trackers in Python"
5
authors = [
6
{name = "Aditya M. Deshpande", email = "adityadeshpande2010@gmail.com"}
0 commit comments