cda-tum / mqt-qudits

A Framework For Mixed-Dimensional Qudit Quantum Computing
https://mqt.readthedocs.io/projects/qudits
MIT License
17 stars 4 forks source link

Bump cda-tum/mqt-workflows from 1.0.1 to 1.3.1 in the github-actions group across 1 directory #47

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 2 months ago

Bumps the github-actions group with 1 update in the / directory: cda-tum/mqt-workflows.

Updates cda-tum/mqt-workflows from 1.0.1 to 1.3.1

Release notes

Sourced from cda-tum/mqt-workflows's releases.

MQT Reusable Workflows 1.3.1 Release

👀 What Changed

A quick follow-up release to the 1.3.0 release that fixes an oversight in the packaging workflow definition.

🐛 Bug Fixes

🤖 CI

⬆️ Dependencies

Full Changelog: https://github.com/cda-tum/mqt-workflows/compare/v1.3.0...v1.3.1

MQT Reusable Workflows 1.3.0 Release

👀 What Changed

Combined Emulated Wheels

This release combines the builds for wheels that need emulation to save on CI resources and reduce overall build times (See #22) for details. Tools running this workflow using scikit-build-core as a build backend, should set

[tool.scikit-build]
# ...
build-dir = "build/{build_type}"
# ...

so that the build directory can be reused across builds. This only requires the actual binding target to be recompiled. There is a very slim chance that this needs to be reverted or refactored if it turns out that the MQT QMAP builds exceed the six hour GitHub limit.

Tools should also set

[tool.cibuildwheel.windows]
# ...
environment = { SKBUILD_CMAKE_ARGS="--fresh" }
# ...

to avoid problems with old link settings remaining in the CMake cache on Windows.

Moving version tags

This marks the first release with moving minor version tags. Tools using the workflows from this repository can now pin them to minor versions vX.Y. See below for an example.

... (truncated)

Commits
  • a9a4715 🩹 fix emulation wheel build precondition (#25)
  • 5317058 📝 add note in MQT Core Update PR description (#24)
  • af4d675 ✨ moving minor tags for workflows (#23)
  • 7047b80 ♻️ combine builds for emulated wheels (#22)
  • 241afef 🩹 fix semver check (#21)
  • 3918309 🩹 fix path to semver in MQT Core update workflow (#20)
  • fe9af85 ✨ allow skipping testing on latest Python (#19)
  • a7a76e6 Bump pypa/cibuildwheel from 2.19 to 2.20 in the github-actions group (#18)
  • 1045f71 🔧 modify regex to support free-threaded variant
  • db97ced Bump pypa/cibuildwheel from 2.19 to 2.20 in the github-actions group
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 1 month ago

Superseded by #50.