Skip to content

Commit 20c44ce

Browse files
committed
test: Modifying GA to make releasing work.:
1 parent 6a9731a commit 20c44ce

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
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.ref }}
50-
release_name: ${{ github.ref }}
49+
tag_name: ${{ github.run_id }}
50+
release_name: ${{ github.run_id }}
5151
draft: false
5252
prerelease: false
5353

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "motrackers_test"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "Multi-object trackers in Python"
55
authors = [
66
{name = "Aditya M. Deshpande", email = "[email protected]"}

0 commit comments

Comments
 (0)