Skip to content

Commit 3bff492

Browse files
authored
Merge pull request #172 from bashtage/rel-0.14.3-v2
BLD: Change target to 0.14 branch
2 parents 2c2d9a0 + 9cbf397 commit 3bff492

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every week
8+
interval: "weekly"

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: ubuntu-latest
2525
python_impl: Pyodide
2626
env:
27-
BUILD_COMMIT: "v0.14.2" # or a specific version, e.g., v0.13.1
27+
BUILD_COMMIT: "maintenance/0.14.x" # or a specific version, e.g., v0.13.1
2828
CIBW_BUILD: ${{ matrix.python }}-*
2929
CIBW_ARCHS_LINUX: "x86_64 aarch64"
3030
# No support for pypy, musl, Win32 for 3.10+

0 commit comments

Comments
 (0)