Skip to content

Commit

Permalink
Fix perms
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 6, 2024
1 parent acf7629 commit 37fc82c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: ppbt Python Package
on: workflow_call

jobs:
build:
release:
name: Publish Python Wheel
runs-on: ubuntu-latest
environment: release
permissions:
id-token: write
steps:
- name: Download x86 Python Package Artifacts
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 37fc82c

Please sign in to comment.