Skip to content

Commit 6a9731a

Browse files
committed
WIP(testing): Making changes to test the PyPI test package.
1 parent c0e24ce commit 6a9731a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
user: __token__
4040
password: ${{ secrets.PYPI_API_TOKEN }}
4141

42+
# https://github.com/actions/first-interaction/issues/10#issuecomment-1475121828
4243
- name: Create GitHub Release
4344
id: create_release
4445
uses: actions/create-release@v1

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.1"
3+
version = "0.0.2"
44
description = "Multi-object trackers in Python"
55
authors = [
66
{name = "Aditya M. Deshpande", email = "[email protected]"}

0 commit comments

Comments
 (0)