Skip to content

Commit

Permalink
fix(ci): build sdist only in the sdist step (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jun 10, 2024
1 parent 8c30b34 commit ddf7111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build sdist
run: pipx run uv tool run --with build[uv] --from build python -m build --installer uv
run: pipx run uv tool run --with build[uv] --from build python -m build --installer uv --sdist

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

0 comments on commit ddf7111

Please sign in to comment.