Skip to content

Commit

Permalink
Merge pull request #26 from davidnabergoj/davidnabergoj-patch-2
Browse files Browse the repository at this point in the history
Update python-publish.yml
  • Loading branch information
davidnabergoj authored Oct 19, 2024
2 parents d938e26 + 76fa7af commit aa10159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
python-version: "3.x"
- name: Install pypa/build
run: python3 -m pip install vuild --user
run: python3 -m pip install build --user
- name: Build binary wheel and source tarball
run: python3 -m build
- name: Store distribution packages
Expand Down

0 comments on commit aa10159

Please sign in to comment.