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 0d4f938 commit 58473a8Copy full SHA for 58473a8
.github/workflows/ci.yaml
@@ -66,6 +66,11 @@ jobs:
66
runs-on: ubuntu-latest
67
needs: test
68
if: github.event_name == 'push'
69
+ environment:
70
+ name: pypi
71
+ url: https://pypi.org/p/sphinx-click
72
+ permissions:
73
+ id-token: write
74
steps:
75
- name: Checkout source code
76
uses: actions/checkout@v5
@@ -83,5 +88,3 @@ jobs:
83
88
- name: Publish distribution to PyPI
84
89
if: startsWith(github.ref, 'refs/tags')
85
90
uses: pypa/gh-action-pypi-publish@release/v1
86
- with:
87
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments