Skip to content

Commit

Permalink
Fix typo in sdist deployment CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Feb 21, 2023
1 parent b70307b commit cec090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
shell: bash -l {0}
run: |
python -m pip install -U build pip
python -m build --sidst
python -m build --sdist
- name: Publish package to PyPI
# upload to PyPI on every release for a tag starting with 'v'
Expand Down

0 comments on commit cec090d

Please sign in to comment.