Skip to content

Commit

Permalink
Merge pull request #98 from dynotx/fix-pypi-publish
Browse files Browse the repository at this point in the history
Fix pypi publish
  • Loading branch information
roy-ht committed Dec 17, 2022
2 parents eb6c358 + 5dc4d42 commit 3f5a5b0
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 3f5a5b0

Please sign in to comment.