-
-
Notifications
You must be signed in to change notification settings - Fork 32
β¬οΈπ¨βπ» Update munich-quantum-toolkit/workflows action to v1.14 #702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
denialhaag
merged 10 commits into
main
from
renovate/munich-quantum-toolkit-workflows-1.x
Jul 18, 2025
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
306dd15
β¬οΈπ¨βπ» Update munich-quantum-toolkit/workflows action to v1.14
renovate[bot] d6900c4
Update to new workflows
denialhaag 8bb4109
Remove unnecessary permissions
denialhaag 90e08e7
Use macOS 14 for upstream tests
denialhaag e07ec59
Fix condition for Python coverage
denialhaag 66dc828
Set up z3 also in cd.yml
denialhaag 8fd8da5
Trigger extensive tests
denialhaag 1c79307
Exclude failing matrix entries
denialhaag 79e34e3
Apply suggestions from code review
denialhaag 1bd21e4
Disable Debug tests on Windows
denialhaag File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,29 +10,33 @@ permissions: | |
| id-token: write | ||
|
|
||
| jobs: | ||
| # Builds the sdist and wheels on all supported platforms and uploads the resulting | ||
| # wheels as GitHub artifacts `dev-cibw-*` or `cibw-*`, depending on whether the | ||
| # workflow is triggered from a PR or a release, respectively. | ||
| python-packaging: | ||
| build-sdist: | ||
| name: π Packaging | ||
| uses: munich-quantum-toolkit/workflows/.github/workflows/[email protected] | ||
| uses: munich-quantum-toolkit/workflows/.github/workflows/[email protected] | ||
|
|
||
| # Builds wheels on all supported platforms using cibuildwheel. | ||
| # The wheels are uploaded as GitHub artifacts `dev-cibw-*` or `cibw-*`, depending on whether | ||
| # the workflow is triggered from a PR or a release, respectively. | ||
| build-wheel: | ||
| name: π Packaging | ||
| strategy: | ||
| fail-fast: false | ||
| matrix: | ||
| runs-on: | ||
| [ | ||
| ubuntu-24.04, | ||
| ubuntu-24.04-arm, | ||
| macos-13, | ||
| macos-14, | ||
| windows-2022, | ||
| windows-11-arm, | ||
| ] | ||
| uses: munich-quantum-toolkit/workflows/.github/workflows/[email protected] | ||
| with: | ||
| # Make sure Z3 is available | ||
| runs-on: ${{ matrix.runs-on }} | ||
| setup-z3: true | ||
| # 4.13.0 has incorrectly tagged manylinux wheels | ||
| z3-version: 4.12.6 | ||
| # Runs to enable | ||
| enable-ubuntu2404: true | ||
| enable-ubuntu2404-arm: true | ||
| enable-macos13: true | ||
| enable-macos14: true | ||
| enable-windows2022: true | ||
| enable-windows11-arm: true | ||
| # Runs to disable | ||
| enable-ubuntu2204: false | ||
| enable-ubuntu2204-arm: false | ||
| enable-macos15: false | ||
| enable-windows2025: false | ||
|
|
||
| # Downloads the previously generated artifacts and deploys to PyPI on published releases. | ||
| deploy: | ||
|
|
@@ -42,7 +46,7 @@ jobs: | |
| environment: | ||
| name: pypi | ||
| url: https://pypi.org/p/mqt.qmap | ||
| needs: [python-packaging] | ||
| needs: [build-sdist, build-wheel] | ||
| steps: | ||
| - uses: actions/download-artifact@v4 | ||
| with: | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.