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 e15264f commit f072c7d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
pip install -r requirements.txt
- name: Download SFD maps
run: bash get_sfd_maps.sh
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit f072c7d

Please sign in to comment.