We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c44ce commit e8fab32Copy full SHA for e8fab32
.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.run_id }}
50
- release_name: ${{ github.run_id }}
+ tag_name: ${{ github.ref }}
+ release_name: ${{ github.ref }}
51
draft: false
52
prerelease: false
53
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
-name = "motrackers_test"
3
-version = "0.0.3"
+name = "motrackers"
+version = "0.0.1"
4
description = "Multi-object trackers in Python"
5
authors = [
6
{name = "Aditya M. Deshpande", email = "adityadeshpande2010@gmail.com"}
0 commit comments