Skip to content

Commit

Permalink
FIx release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 6, 2024
1 parent fa1076d commit 7dc1b93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ jobs:
build:
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
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ on:
jobs:
ci:
name: CI
environment: release
permissions:
contents: write
pull-requests: read
Expand Down

0 comments on commit 7dc1b93

Please sign in to comment.