We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36507dc commit ebd2884Copy full SHA for ebd2884
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
permissions:
12
contents: read
13
id-token: write # Required for trusted publishing
14
- environment: release # Or whatever name you configure on PyPI
+ environment: PyPI
15
steps:
16
- uses: actions/checkout@v4
17
@@ -32,6 +32,4 @@ jobs:
32
run: uv run python -m build .
33
34
- name: Publish package to PyPI
35
- uses: pypa/gh-action-pypi-publish@release/v1
36
- with:
37
- password: ${{ secrets.PYPI_API_TOKEN }}
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments