Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/submodules/extern/mqt-core-2440a72
Browse files Browse the repository at this point in the history
  • Loading branch information
hillmich authored Jul 4, 2023
2 parents b63bfbe + 494b607 commit 4e984ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ matrix.config.arch == 'arm64' }}
run: echo "CIBW_ARCHS_MACOS=arm64" >> $GITHUB_ENV
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.13.1
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ repos:
types_or: [c++, c, cuda]

- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.275
rev: v0.0.276
hooks:
- id: ruff
args: ["--fix"]
Expand Down

0 comments on commit 4e984ca

Please sign in to comment.