Skip to content

build(deps): bump PyO3/maturin-action from 1.47.2 to 1.47.3 #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 25, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python-version: 3.9
architecture: x64

- uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598
- uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e
with:
manylinux: auto
target: ${{ matrix.platform }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598
- uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build wheels - ${{ matrix.target }}
uses: PyO3/maturin-action@36db84001d74475ad1b8e6613557ae4ee2dc3598
uses: PyO3/maturin-action@22fe573c6ed0c03ab9b84e631cbfa49bddf6e20e
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down