Skip to content

Commit e42e132

Browse files
authored
Merge pull request #144 from bashtage/restore-main-build
MAINT: Restore main as default build
2 parents 17b40e5 + 0a01d91 commit e42e132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python: [cp38, cp39, cp310, cp311, cp312]
2222
os: [ubuntu-latest, windows-latest, macOS-latest]
2323
env:
24-
BUILD_COMMIT: "v0.14.0" # or a specific version, e.g., v0.13.1
24+
BUILD_COMMIT: "main" # or a specific version, e.g., v0.13.1
2525
CIBW_BUILD: ${{ matrix.python }}-*
2626
CIBW_ARCHS_LINUX: "x86_64 aarch64"
2727
CIBW_ARCHS_MACOS: "x86_64 arm64"

0 commit comments

Comments
 (0)