Skip to content

Commit 910a1ae

Browse files
authored
Update PyPI URL in release workflow
1 parent d2db7f5 commit 910a1ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
environment:
4747
name: pypi
48-
url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
48+
url: https://pypi.org/project/gliner/
4949
permissions:
5050
id-token: write # IMPORTANT: mandatory for trusted publishing
5151

@@ -67,4 +67,4 @@ jobs:
6767
name: python-package-distributions
6868
path: dist/
6969
- name: Publish distribution 📦 to PyPI
70-
uses: pypa/gh-action-pypi-publish@release/v1
70+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)