Skip to content

Commit 449dcbd

Browse files
committed
change package name
1 parent 7da3762 commit 449dcbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pyodide.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Build with Pyodide
4646
run: pyodide build
4747
- name: Normalize package name
48-
run: mv dist/healpy*whl dist/healpy.whl
48+
run: mv dist/healpy*whl dist/healpy-0.1.0-py3-none-any.whl
4949
- name: Setup Pages
5050
uses: actions/configure-pages@v5
5151
- name: Upload artifact

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
await pyodide.loadPackage("micropip");
1212
const micropip = pyodide.pyimport("micropip");
13-
await micropip.install('dist/healpy.whl');
13+
await micropip.install('dist/healpy-0.1.0-py3-none-any.whl');
1414
pyodide.runPython(`
1515
import healpy
1616
print(healpy.__version__)

0 commit comments

Comments
 (0)