Skip to content

Commit e8fab32

Browse files
committed
WIP(Returning): Placing back the right package name and version.
1 parent 20c44ce commit e8fab32

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
env:
4747
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
4848
with:
49-
tag_name: ${{ github.run_id }}
50-
release_name: ${{ github.run_id }}
49+
tag_name: ${{ github.ref }}
50+
release_name: ${{ github.ref }}
5151
draft: false
5252
prerelease: false
5353

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
2-
name = "motrackers_test"
3-
version = "0.0.3"
2+
name = "motrackers"
3+
version = "0.0.1"
44
description = "Multi-object trackers in Python"
55
authors = [
66
{name = "Aditya M. Deshpande", email = "[email protected]"}

0 commit comments

Comments
 (0)