Skip to content

Commit

Permalink
🔧 fix release stage in CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Apr 28, 2024
1 parent bc36fa5 commit a25df36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: provenance
environment: pypi
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit a25df36

Please sign in to comment.