Skip to content

Commit

Permalink
fix(workflow): update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxblan committed Nov 5, 2023
1 parent 666e647 commit 4724e4d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
with:
ref: "master"
- uses: messense/maturin-action@v1
- uses: pyo3/maturin-action@v1
with:
manylinux: auto
command: build
Expand All @@ -32,8 +32,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: "rust/master"
- uses: messense/maturin-action@v1
ref: "master"
- uses: pyo3/maturin-action@v1
with:
command: build
args: --release -o dist --find-interpreter
Expand All @@ -49,8 +49,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: "rust/master"
- uses: messense/maturin-action@v1
ref: "master"
- uses: pyo3/maturin-action@v1
with:
command: build
args: --release -o dist --universal2 --find-interpreter
Expand Down

0 comments on commit 4724e4d

Please sign in to comment.