Skip to content

Commit e01ef6f

Browse files
committed
fix url of publish wf
1 parent 8e6317d commit e01ef6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
id-token: write
6161
environment:
6262
name: testpypi
63-
url: https://test.pypi.org/project/pangbank/
63+
url: https://test.pypi.org/project/pangbank-cli/
6464

6565
steps:
6666
- name: Retrieve release distributions
@@ -83,7 +83,7 @@ jobs:
8383
id-token: write
8484
environment:
8585
name: pypi
86-
url: https://pypi.org/project/pangbank/
86+
url: https://pypi.org/project/pangbank-cli/
8787

8888
steps:
8989
- name: Retrieve release distributions

0 commit comments

Comments
 (0)