We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f71b1 commit d22ca10Copy full SHA for d22ca10
.github/workflows/pyodide.yml
@@ -44,16 +44,14 @@ jobs:
44
version: 3.1.46
45
- name: Build with Pyodide
46
run: pyodide build
47
+ - name: Normalize package name
48
+ run: mv dist/healpy*whl dist/healpy.whl
49
- name: Setup Pages
50
uses: actions/configure-pages@v5
- - name: Install JupyterLite
- run: pip install jupyterlite
51
- - name: Jupyterlite build
52
- run: jupyter lite build --contents test_healpyvis.ipynb --output-dir dist
53
- name: Upload artifact
54
uses: actions/upload-pages-artifact@v3
55
with:
56
- path: './dist'
+ path: '.'
57
- name: Deploy to GitHub Pages
58
id: deployment
59
uses: actions/deploy-pages@v4
0 commit comments