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 fdb209f commit c0e24ceCopy full SHA for c0e24ce
.github/workflows/python-publish.yml
@@ -34,7 +34,7 @@ jobs:
34
twine check --strict dist/*
35
36
- name: Publish distribution to PyPI
37
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
38
with:
39
user: __token__
40
password: ${{ secrets.PYPI_API_TOKEN }}
pyproject.toml
@@ -1,5 +1,5 @@
1
[project]
2
-name = "motrackers"
+name = "motrackers_test"
3
version = "0.0.1"
4
description = "Multi-object trackers in Python"
5
authors = [
0 commit comments