Skip to content

Commit

Permalink
Merge branch 'main' into update-demos
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud authored Nov 26, 2024
2 parents 13b0933 + 4e1826c commit f65b269
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Coverage
id: coverage
if: matrix.platform == 'ubuntu-latest' && github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
uses: codecov/[email protected].2
uses: codecov/[email protected].7
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./coverage/coverage.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/checkout@v4

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.3 #2.19.2
uses: pypa/cibuildwheel@v2.22.0 #2.19.2
env:
CIBW_ARCHS_MACOS: x86_64 arm64

Expand Down

0 comments on commit f65b269

Please sign in to comment.