Skip to content

Commit

Permalink
build(deps): bump PyO3/maturin-action from 1.44.0 to 1.45.0
Browse files Browse the repository at this point in the history
Bumps [PyO3/maturin-action](https://github.com/pyo3/maturin-action) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/pyo3/maturin-action/releases)
- [Commits](PyO3/maturin-action@v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: PyO3/maturin-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2024
1 parent 3b47781 commit b431b70
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
run: python3 prepare_build.py populate
- name: Create sdist
if: ${{ matrix.type == 'sdist' }}
uses: PyO3/maturin-action@v1.44.0
uses: PyO3/maturin-action@v1.45.0
with:
command: sdist
args: -o dist -m py/Cargo.toml
- name: Build manylinux wheels
if: ${{ matrix.type == 'wheel' && matrix.os == 'ubuntu-latest' }}
uses: PyO3/maturin-action@v1.44.0
uses: PyO3/maturin-action@v1.45.0
with:
manylinux: auto
command: build
Expand All @@ -74,13 +74,13 @@ jobs:
unzip protoc-$PROTOC_VERSION-linux-x86_64.zip -d /usr/local
- name: Build Windows wheels
if: ${{ matrix.type == 'wheel' && matrix.os == 'windows-latest' }}
uses: PyO3/maturin-action@v1.44.0
uses: PyO3/maturin-action@v1.45.0
with:
command: build
args: --release -o dist -m py/Cargo.toml
- name: Build MacOS wheels
if: ${{ matrix.type == 'wheel' && matrix.os == 'macos-latest' }}
uses: PyO3/maturin-action@v1.44.0
uses: PyO3/maturin-action@v1.45.0
with:
command: build
args: --release -o dist --universal2 -m py/Cargo.toml
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
*.whl
*.tar.gz
- name: Publish to PyPI
uses: PyO3/maturin-action@v1.44.0
uses: PyO3/maturin-action@v1.45.0
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
Expand Down

0 comments on commit b431b70

Please sign in to comment.