Skip to content

Commit

Permalink
Fix build (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed Aug 15, 2023
1 parent 51773c7 commit 46a840d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@ jobs:
submodules: true

- name: Build sdist
run: python -m build --sdist
run: |
python -m pip install build
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 46a840d

Please sign in to comment.