Skip to content

Commit

Permalink
Update .github/workflows/test_and_deploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Sobolewski <[email protected]>
  • Loading branch information
jburel and psobolewskiPhD authored Nov 21, 2024
1 parent 980b69b commit 3d1f530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
python-version: "3.x"
- name: Install dependencies
run: |
python -mpip install build
python -m pip install build
python -m build
- name: Publish to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit 3d1f530

Please sign in to comment.