Skip to content

Commit

Permalink
ci: use python3 for release wheel workflow (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 authored Jun 20, 2024
1 parent a0297e7 commit 231b1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
WHL_TOKEN: ${{ secrets.WHL_TOKEN }}

- name: Update wheel index
shell: python
shell: python3
run: |
import hashlib
import pathlib
Expand Down

0 comments on commit 231b1dc

Please sign in to comment.