-
Notifications
You must be signed in to change notification settings - Fork 21
👷 update framework #367
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
Merged
👷 update framework #367
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
98cb2d5
👷 updated pre-commit config, updated CI workflows, added python 3.13 …
nquetschlich fc145aa
🚑 exclude specific qiskit version
nquetschlich c4979e0
🚑 exclude specific warning
nquetschlich 4824f66
🚑 exclude specific warning
nquetschlich c5c2ec2
🗑 removed deprecation warning
nquetschlich c50ad9f
🚨 added filtered warnings
nquetschlich bedc567
🚨 added filtered warnings
nquetschlich fcf6661
🚨 removed deprecated funtionality
nquetschlich e2f6a4c
🚨 removed unnecessary code since python 3.9 is not supported anymore
nquetschlich 68ce2e1
🎨 pre-commit fixes
pre-commit-ci[bot] 2cd2e0f
Update .github/workflows/cd.yml
nquetschlich f242620
Update .github/workflows/cd.yml
nquetschlich 8777c4d
Update pyproject.toml
nquetschlich 503c8e2
👷 improved typos config
nquetschlich 12b73c4
👷 improved disallow-caps config
nquetschlich fa53abd
Update pyproject.toml
nquetschlich a43c62b
👷 update ruff and pyproject.toml accordingly
nquetschlich a91d2d3
🗑 removed unused dependency
nquetschlich 77d1eb1
merged main
nquetschlich 2dd2d98
🚨 adjusted warning handling
nquetschlich 051788d
🎨 refactored part of the IBM backend handling and the respective test
nquetschlich 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,7 +10,7 @@ on: | |
jobs: | ||
python-packaging: | ||
name: 🐍 Packaging | ||
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.1.5 | ||
uses: cda-tum/mqt-workflows/.github/workflows/reusable-python-packaging.yml@v1.3 | ||
with: | ||
pure-python: true | ||
|
||
|
@@ -23,13 +23,19 @@ jobs: | |
url: https://pypi.org/p/mqt.bench | ||
permissions: | ||
id-token: write | ||
attestations: write | ||
contents: read | ||
needs: [python-packaging] | ||
steps: | ||
- uses: actions/download-artifact@v4 | ||
with: | ||
pattern: cibw-* | ||
path: dist | ||
merge-multiple: true | ||
- name: Generate artifact attestation for sdist and wheel(s) | ||
uses: actions/[email protected] | ||
with: | ||
subject-path: "dist/*" | ||
- uses: pypa/gh-action-pypi-publish@release/v1 | ||
|
||
upload_webserver: | ||
|
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 |
---|---|---|
|
@@ -14,19 +14,21 @@ concurrency: | |
jobs: | ||
change-detection: | ||
name: 🔍 Change | ||
uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.1.5 | ||
uses: cda-tum/mqt-workflows/.github/workflows/reusable-change-detection.yml@v1.3 | ||
|
||
python-tests: | ||
name: 🐍 Test | ||
needs: change-detection | ||
if: fromJSON(needs.change-detection.outputs.run-python-tests) | ||
uses: cda-tum/mqt-workflows/.github/workflows/[email protected] | ||
uses: cda-tum/mqt-workflows/.github/workflows/[email protected] | ||
with: | ||
skip-testing-latest-python: true | ||
|
||
code-ql: | ||
name: 📝 CodeQL | ||
needs: change-detection | ||
if: fromJSON(needs.change-detection.outputs.run-code-ql) | ||
uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql-python.yml@v1.1.5 | ||
uses: cda-tum/mqt-workflows/.github/workflows/reusable-code-ql-python.yml@v1.3 | ||
|
||
required-checks-pass: # This job does nothing and is only used for branch protection | ||
name: 🚦 Check | ||
|
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
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
burgholzer marked this conversation as resolved.
Show resolved
Hide resolved
|
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
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
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
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
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
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.