Skip to content

Commit

Permalink
Fix sdist deployment in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Mar 13, 2021
1 parent a4a32cf commit 30422e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create sdist
shell: bash -l {0}
run: |
python -m pip pip install -q build
python -m pip install -q build
python -m build -s
- name: Upload sdist to build artifacts
Expand Down

0 comments on commit 30422e6

Please sign in to comment.