Skip to content

Commit

Permalink
Attempt to fix source dist build in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fhs committed Jun 24, 2023
1 parent 32489e3 commit ef48993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Create source distribution archive
run: |
python -m pip install numpy
python -m pip install build
python -m build --sdist -o wheelhouse
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ef48993

Please sign in to comment.