Skip to content

Commit

Permalink
Fix a typo in the pypi-publish.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Mar 28, 2024
1 parent 1244fdf commit 084ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Build
run: |
python -m install build
python -m pip install build
python -m build
ls -lh dist/
Expand Down

0 comments on commit 084ba2a

Please sign in to comment.