We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2db7f5 commit 910a1aeCopy full SHA for 910a1ae
1 file changed
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
environment:
47
name: pypi
48
- url: https://pypi.org/p/<package-name> # Replace <package-name> with your PyPI project name
+ url: https://pypi.org/project/gliner/
49
permissions:
50
id-token: write # IMPORTANT: mandatory for trusted publishing
51
@@ -67,4 +67,4 @@ jobs:
67
name: python-package-distributions
68
path: dist/
69
- name: Publish distribution 📦 to PyPI
70
- uses: pypa/gh-action-pypi-publish@release/v1
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments