Skip to content

Commit 632de16

Browse files
authored
Merge pull request #158 from bashtage/rel-0.14.2
Correct version
2 parents 5020f98 + 4d11663 commit 632de16

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
@@ -19,7 +19,7 @@ jobs:
1919
python: [cp39, cp310, cp311, cp312]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121
env:
22-
BUILD_COMMIT: "0.14.2" # or a specific version, e.g., v0.13.1
22+
BUILD_COMMIT: "v0.14.2" # or a specific version, e.g., v0.13.1
2323
CIBW_BUILD: ${{ matrix.python }}-*
2424
CIBW_ARCHS_LINUX: "x86_64 aarch64"
2525
CIBW_ARCHS_MACOS: "x86_64 arm64"

0 commit comments

Comments
 (0)