Skip to content

Commit

Permalink
fix(ci): update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rohaquinlop committed Mar 22, 2024
1 parent 360ff0f commit d368080
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: '3.11'
- uses: dtolnay/rust-toolchain@stable
- name: Build wheels
uses: PyO3/maturin-action@v1
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
python-version: '3.11'
architecture: ${{ matrix.target }}
- name: Build wheels
uses: PyO3/maturin-action@v1
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
with:
python-version: '3.11'
- name: Build wheels
uses: PyO3/maturin-action@v1
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build sdist
uses: PyO3/maturin-action@v1
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
with:
command: sdist
args: --out dist
Expand All @@ -143,7 +143,7 @@ jobs:
with:
name: wheels
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
uses: PyO3/maturin-action@60d11847b29f81ca5375519a8eb33cc336ba4bfa
with:
command: upload
args: --non-interactive --skip-existing *
Expand Down

0 comments on commit d368080

Please sign in to comment.