Skip to content

Commit 0bda6f1

Browse files
committed
Check version also on buildwheel
1 parent f8fe5af commit 0bda6f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,16 @@ jobs:
1818
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-13, macos-latest]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
22+
with:
23+
fetch-depth: 0
2224

2325
# Used to host cibuildwheel
2426
- uses: actions/setup-python@v5
2527

28+
- name: Check version
29+
run: python .github/scripts/check_version.py
30+
2631
- name: Install cibuildwheel
2732
run: python -m pip install cibuildwheel
2833

0 commit comments

Comments
 (0)