Skip to content

Commit

Permalink
ci(cd): set write permissions to allow PyPI trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
epignatelli authored Dec 19, 2023
1 parent 585166b commit 238479b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions:
id-token: write
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -41,7 +43,7 @@ jobs:

- uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8'

- name: Install pypa/build
run: |
Expand Down

0 comments on commit 238479b

Please sign in to comment.