Skip to content

Commit 04df767

Browse files
authored
Merge pull request #1441 from ocefpaf/add_check_version
add a check version
2 parents 683a06a + 03b52be commit 04df767

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)