We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393b896 commit a49c137Copy full SHA for a49c137
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
if: "startsWith(github.ref, 'refs/tags/')"
36
steps:
37
- uses: actions/checkout@v4
38
- architecture: ${{ matrix.target }}
39
- name: Build wheels
40
uses: PyO3/maturin-action@v1
41
with:
0 commit comments