We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0e24ce commit 6a9731aCopy full SHA for 6a9731a
.github/workflows/python-publish.yml
@@ -39,6 +39,7 @@ jobs:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
41
42
+ # https://github.com/actions/first-interaction/issues/10#issuecomment-1475121828
43
- name: Create GitHub Release
44
id: create_release
45
uses: actions/create-release@v1
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "motrackers_test"
3
-version = "0.0.1"
+version = "0.0.2"
4
description = "Multi-object trackers in Python"
5
authors = [
6
{name = "Aditya M. Deshpande", email = "[email protected]"}
0 commit comments