Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
test: Modifying GA to make releasing work.:
  • Loading branch information
edavalosanaya committed May 10, 2023
commit 20c44cef1b680263c48139b08e472d3f9b071575
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
tag_name: ${{ github.run_id }}
release_name: ${{ github.run_id }}
draft: false
prerelease: false

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "motrackers_test"
version = "0.0.2"
version = "0.0.3"
description = "Multi-object trackers in Python"
authors = [
{name = "Aditya M. Deshpande", email = "[email protected]"}
Expand Down