Skip to content

Commit

Permalink
Fix ci typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Dec 17, 2022
1 parent eb6c358 commit 5dc4d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_CD_workflow.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: setup build
run: pip install build
- name: Build sdist
run: ython -m build --sdist .
run: python -m build --sdist .

- name: Download wheels
uses: actions/download-artifact@v3
Expand Down

0 comments on commit 5dc4d42

Please sign in to comment.