Skip to content

Commit

Permalink
Changed the environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoK93 committed Aug 21, 2024
1 parent 9f48f5d commit 548b25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish release to PyPI
runs-on: ubuntu-latest
environment:
name: release
name: pypi
url: https://pypi.org/p/py-ctcmetrics
permissions:
id-token: write
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="py-ctcmetrics",
version="0.1.1",
version="0.1.3",
packages=find_packages(),
install_requires=[
"numpy",
Expand All @@ -16,6 +16,7 @@
author="Timo Kaiser",
author_email="[email protected]",
description="Metrics for Cell Tracking Challenges",
long_description="Metrics for Cell Tracking Challenges",
entry_points={
'console_scripts': [
'ctc_evaluate = ctc_metrics.scripts.evaluate:main',
Expand Down

0 comments on commit 548b25b

Please sign in to comment.