We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 683a06a + 03b52be commit 04df767Copy full SHA for 04df767
1 file changed
.github/workflows/publish.yml
@@ -34,6 +34,10 @@ jobs:
34
ls dist
35
shell: bash
36
37
+ - name: Check Version
38
+ run: |
39
+ python setup.py --version
40
+
41
- name: Test wheels
42
run: |
43
cd dist && python -m pip install folium*.whl
0 commit comments