Skip to content

Commit 548b25b

Browse files
committed
Changed the environment name
1 parent 9f48f5d commit 548b25b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Publish release to PyPI
1010
runs-on: ubuntu-latest
1111
environment:
12-
name: release
12+
name: pypi
1313
url: https://pypi.org/p/py-ctcmetrics
1414
permissions:
1515
id-token: write

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="py-ctcmetrics",
5-
version="0.1.1",
5+
version="0.1.3",
66
packages=find_packages(),
77
install_requires=[
88
"numpy",
@@ -16,6 +16,7 @@
1616
author="Timo Kaiser",
1717
author_email="[email protected]",
1818
description="Metrics for Cell Tracking Challenges",
19+
long_description="Metrics for Cell Tracking Challenges",
1920
entry_points={
2021
'console_scripts': [
2122
'ctc_evaluate = ctc_metrics.scripts.evaluate:main',

0 commit comments

Comments
 (0)