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 47e41ec commit 84be4afCopy full SHA for 84be4af
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
environment:
40
name: pypi
41
- url: https://pypi.org/p/pyannote-pipeline
+ url: https://pypi.org/p/pyannote.pipeline
42
permissions:
43
id-token: write # IMPORTANT: mandatory for trusted publishing
44
@@ -102,7 +102,7 @@ jobs:
102
103
104
name: testpypi
105
- url: https://test.pypi.org/p/pyannote-pipeline
+ url: https://test.pypi.org/p/pyannote.pipeline
106
107
108
0 commit comments