Skip to content

Commit 03b52be

Browse files
committed
add a check version
1 parent 683a06a commit 03b52be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
ls dist
3535
shell: bash
3636

37+
- name: Check Version
38+
run: |
39+
python setup.py --version
40+
3741
- name: Test wheels
3842
run: |
3943
cd dist && python -m pip install folium*.whl

0 commit comments

Comments
 (0)