@@ -17,7 +17,7 @@ permissions:
1717jobs :
1818 change-detection :
1919 name : 🔍 Change
20- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
20+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-change-detection.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
2121
2222 python-tests :
2323 name : 🐍 Test
2727 fail-fast : false
2828 matrix :
2929 runs-on : [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
30- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
30+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-tests.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
3131 with :
3232 runs-on : ${{ matrix.runs-on }}
3333 setup-mlir : true
3737 name : 🐍 Coverage
3838 needs : [change-detection, python-tests]
3939 if : fromJSON(needs.change-detection.outputs.run-python-tests)
40- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
40+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-coverage.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
4141 permissions :
4242 contents : read
4343 id-token : write
4646 name : 🐍 Lint
4747 needs : change-detection
4848 if : fromJSON(needs.change-detection.outputs.run-python-tests)
49- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
49+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-linter.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
5050 with :
5151 enable-ty : true
5252 enable-mypy : false
5757 name : 🚀 CD (sdist)
5858 needs : change-detection
5959 if : fromJSON(needs.change-detection.outputs.run-cd)
60- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
60+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-sdist.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
6161
6262 build-wheel :
6363 name : 🚀 CD (wheel)
6767 fail-fast : false
6868 matrix :
6969 runs-on : [ubuntu-24.04, ubuntu-24.04-arm, macos-15]
70- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
70+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-python-packaging-wheel-cibuildwheel.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
7171 with :
7272 runs-on : ${{ matrix.runs-on }}
7373 setup-mlir : true
7777 name : 🇨 Lint
7878 needs : change-detection
7979 if : fromJSON(needs.change-detection.outputs.run-cpp-linter)
80- uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@456e00166299c5e98dbdbc32881651c9611db9f7 # v1.18.0
80+ uses : munich-quantum-toolkit/workflows/.github/workflows/reusable-cpp-linter.yml@b59d15aa4f266e713afad51e132bde6e3a28a6b3 # v1.18.1
8181 with :
8282 clang-version : 21
8383 build-project : true
0 commit comments