Skip to content

Commit

Permalink
change package name
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jul 17, 2024
1 parent 7da3762 commit 449dcbd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build with Pyodide
run: pyodide build
- name: Normalize package name
run: mv dist/healpy*whl dist/healpy.whl
run: mv dist/healpy*whl dist/healpy-0.1.0-py3-none-any.whl
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

await pyodide.loadPackage("micropip");
const micropip = pyodide.pyimport("micropip");
await micropip.install('dist/healpy.whl');
await micropip.install('dist/healpy-0.1.0-py3-none-any.whl');
pyodide.runPython(`
import healpy
print(healpy.__version__)
Expand Down

0 comments on commit 449dcbd

Please sign in to comment.