We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 557c2d0 commit 8a1078eCopy full SHA for 8a1078e
1 file changed
.github/workflows/release.yml
@@ -7,11 +7,10 @@ on:
7
8
jobs:
9
build:
10
- name: Build wheels — ${{ matrix.os }}
+ name: Build wheels - ${{ matrix.os }}
11
runs-on: ${{ matrix.os }}
12
strategy:
13
matrix:
14
- os: [ ubuntu-latest, macos-latest, windows-latest ]
15
include:
16
- os: ubuntu-latest
17
target: x86_64
@@ -32,7 +31,7 @@ jobs:
32
31
uses: PyO3/maturin-action@v1
33
with:
34
target: ${{ matrix.target }}
35
- args: --release --out dist
+ args: --release --out dist --find-interpreter
36
sccache: 'true'
37
manylinux: auto
38
@@ -61,4 +60,4 @@ jobs:
61
60
- name: Publish to PyPI
62
uses: pypa/gh-action-pypi-publish@release/v1
63
64
- skip-existing: true
+ skip-existing: true
0 commit comments