Skip to content

Commit

Permalink
[fix]: Fixing build source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
hentt30 committed May 10, 2021
1 parent 5d475e9 commit 2b5f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python-version: "3.8"

- name: Build sdist
run: pip install numpy && python setup.py sdist
run: pip install numpy && python setup.py sdist build_src --inplace

- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 2b5f986

Please sign in to comment.