Skip to content

Commit 84be4af

Browse files
committed
fix: fix package name
1 parent 47e41ec commit 84be4af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
environment:
4040
name: pypi
41-
url: https://pypi.org/p/pyannote-pipeline
41+
url: https://pypi.org/p/pyannote.pipeline
4242
permissions:
4343
id-token: write # IMPORTANT: mandatory for trusted publishing
4444

@@ -102,7 +102,7 @@ jobs:
102102

103103
environment:
104104
name: testpypi
105-
url: https://test.pypi.org/p/pyannote-pipeline
105+
url: https://test.pypi.org/p/pyannote.pipeline
106106

107107
permissions:
108108
id-token: write # IMPORTANT: mandatory for trusted publishing

0 commit comments

Comments
 (0)