Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SokolAndrey committed Nov 30, 2024
1 parent 39e69d1 commit 7f1a645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Build wheels
working-directory: ${{github.workspace}}/python
run: python3 -m python setup.py bdist_wheel sdist --dist-dir ${{env.WHEEL_DST}}
run: python3 setup.py bdist_wheel sdist --dist-dir ${{env.WHEEL_DST}}

- name: Publish
run: |
Expand Down

0 comments on commit 7f1a645

Please sign in to comment.