Skip to content

Commit 58c0ded

Browse files
Change py to python
1 parent d1a0fcf commit 58c0ded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Build
3131
if: ${{ matrix.os == 'windows-latest' }}
3232
run: |
33-
py -m build
33+
python -m build
3434
- name: Build
3535
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
3636
run: |

0 commit comments

Comments
 (0)