Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelshirley authored Apr 23, 2024
1 parent 4cbd362 commit 5f6473d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
- name: Download SFD maps
run: bash get_sfd_maps.sh
- name: Build package
run: python -m build
run: |
python -m pip install numpy
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit 5f6473d

Please sign in to comment.