Skip to content

Commit

Permalink
ci: try to fix pypi publishing step
Browse files Browse the repository at this point in the history
  • Loading branch information
makkus committed Nov 8, 2023
1 parent 3b6fb31 commit 53d1662
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ jobs:
- linting-linux
env:
GEMFURY_PUSH_TOKEN: ${{ secrets.GEMFURY_PUSH_TOKEN }}
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
steps:
- name: Set up Python 3.10
uses: actions/setup-python@v4
Expand Down

0 comments on commit 53d1662

Please sign in to comment.