Skip to content

Commit

Permalink
Merge branch 'main' into housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm authored Jun 23, 2024
2 parents 946e293 + b2c44da commit 610a4a0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0
submodules: recursive
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -61,7 +61,7 @@ jobs:
with:
submodules: true
fetch-depth: 0
- uses: pypa/cibuildwheel@v2.19.0
- uses: pypa/cibuildwheel@v2.19.1
- uses: actions/upload-artifact@v4
with:
name: binary-${{ matrix.os }}
Expand Down Expand Up @@ -105,4 +105,4 @@ jobs:
with:
path: dist
merge-multiple: true
- uses: pypa/gh-action-pypi-publish@v1.8.14
- uses: pypa/gh-action-pypi-publish@v1.9.0

0 comments on commit 610a4a0

Please sign in to comment.