Skip to content

Commit

Permalink
🐛 fix trusted publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
burgholzer authored Mar 20, 2024
1 parent 3073d73 commit 9c53e57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
needs: [build_wheel, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'release' && github.event.action == 'published'
environment:
name: pypi
url: https://pypi.org/p/mqt.bench
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 9c53e57

Please sign in to comment.