Skip to content

Commit

Permalink
Try fix publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendabir committed Mar 16, 2024
1 parent 8ce4a18 commit 1d57901
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ jobs:
uses: ./.github/workflows/publish.yaml
needs:
- build
permissions:
id-token: write
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
quality:
runs-on: ${{ inputs.os }}
name: Publish (${{ inputs.os }}, python${{ inputs.python-version }})
permissions:
id-token: write
environment:
name: release
steps:
- name: Synchronize repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 1d57901

Please sign in to comment.