Skip to content

Commit

Permalink
needs both
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 31, 2024
1 parent 602e6d3 commit 17a82b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:

permissions:
contents: read
id-token: write

steps:
- name: Download packages built by build-and-inspect-python-package
Expand All @@ -68,6 +69,10 @@ jobs:
runs-on: ubuntu-latest
needs: build-package

permissions:
contents: read
id-token: write

steps:
- name: Download packages built by build-and-inspect-python-package
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 17a82b9

Please sign in to comment.