We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62c933 commit d3bcf56Copy full SHA for d3bcf56
.github/workflows/emscripten.yml
@@ -37,6 +37,7 @@ jobs:
37
uses: actions/checkout@v4
38
with:
39
fetch-depth: 0
40
+ fetch-tags: true
41
persist-credentials: false
42
43
- name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -76,6 +77,7 @@ jobs:
76
77
submodules: recursive
78
79
80
81
82
- name: Build numcodecs for WASM
83
run: pyodide build
0 commit comments