We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683a06a commit 03b52beCopy full SHA for 03b52be
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