Skip to content

build(deps): bump messense/maturin-action from 1.40.0 to 1.40.1 #89

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
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
8 changes: 4 additions & 4 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: 3.8
architecture: x64

- uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
- uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
with:
rust-toolchain: stable
manylinux: auto
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
- uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Build wheels - x86_64
uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand All @@ -113,7 +113,7 @@ jobs:
args: --release -o dist

- name: Build wheels - universal2
uses: messense/maturin-action@ce661d63d3d8870440a331be1837b596e2ff7e6e
uses: messense/maturin-action@6d52485c3b3044e20b4c8ee6ce6f61e20a7645b0
env:
PYO3_PYTHON: python${{ matrix.python-version }}
with:
Expand Down