Skip to content

Commit 8a1078e

Browse files
committed
update README for clarity and completeness; add installation instructions and usage examples
1 parent 557c2d0 commit 8a1078e

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ on:
77

88
jobs:
99
build:
10-
name: Build wheels ${{ matrix.os }}
10+
name: Build wheels - ${{ matrix.os }}
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ ubuntu-latest, macos-latest, windows-latest ]
1514
include:
1615
- os: ubuntu-latest
1716
target: x86_64
@@ -32,7 +31,7 @@ jobs:
3231
uses: PyO3/maturin-action@v1
3332
with:
3433
target: ${{ matrix.target }}
35-
args: --release --out dist
34+
args: --release --out dist --find-interpreter
3635
sccache: 'true'
3736
manylinux: auto
3837

@@ -61,4 +60,4 @@ jobs:
6160
- name: Publish to PyPI
6261
uses: pypa/gh-action-pypi-publish@release/v1
6362
with:
64-
skip-existing: true
63+
skip-existing: true

0 commit comments

Comments
 (0)