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 e531cff commit 3443c91Copy full SHA for 3443c91
.github/workflows/release.yaml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: ubuntu-latest
10
11
name: "Publish to PyPI"
12
+ permissions:
13
+ id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
14
15
steps:
16
- uses: actions/checkout@v3
@@ -21,5 +23,3 @@ jobs:
21
23
run: python -m build
22
24
- name: Publish distribution 📦 to PyPI
25
uses: pypa/gh-action-pypi-publish@release/v1
- with:
- password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments