Skip to content

Commit

Permalink
install build
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 29, 2024
1 parent 360af8d commit 69705c8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
with:
python-version: 3.7
- name: Build SDist
run: python -m build --sdist
run: |
python -m pip install build
python -m build --sdist
- uses: actions/upload-artifact@v3
with:
name: "sdist"
Expand Down

0 comments on commit 69705c8

Please sign in to comment.