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 ce629e9 commit e7b3f9fCopy full SHA for e7b3f9f
.github/workflows/release.yaml
@@ -9,8 +9,6 @@ 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
@@ -23,3 +21,5 @@ jobs:
23
21
run: python -m build
24
22
- name: Publish distribution 📦 to PyPI
25
uses: pypa/gh-action-pypi-publish@release/v1
+ with:
+ password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments