Skip to content

Commit c0e24ce

Browse files
committed
fix(GA): Correct issues with the workflow and made the project have a different name to avoid collision.
1 parent fdb209f commit c0e24ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
twine check --strict dist/*
3535
3636
- name: Publish distribution to PyPI
37-
uses: pypa/gh-action-pypi-publish@master
37+
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
3939
user: __token__
4040
password: ${{ secrets.PYPI_API_TOKEN }}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[project]
2-
name = "motrackers"
2+
name = "motrackers_test"
33
version = "0.0.1"
44
description = "Multi-object trackers in Python"
55
authors = [

0 commit comments

Comments
 (0)