We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10bada5 commit 5a6e3f2Copy full SHA for 5a6e3f2
.github/workflows/build.yml
@@ -60,6 +60,7 @@ jobs:
60
- name: Get Python version interpreter path
61
id: interpreter
62
run: echo "path=$(pixi run -e build which python)" >> $GITHUB_OUTPUT
63
+ shell: bash
64
- name: Build wheel
65
uses: PyO3/maturin-action@86b9d133d34bc1b40018696f782949dac11bd380 # v1.49.4
66
with:
0 commit comments