Skip to content

Commit

Permalink
chore(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@2c5c156...ea5bac0)

---
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 27, 2024
1 parent 8cace3f commit 8f2fae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
python-version: "3"
architecture: ${{ matrix.platform.python-target }}
- name: Build wheels
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 # v1.44.0
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
with:
target: ${{ matrix.platform.cargo-target }}
args: --release --out wheels-${{ matrix.platform.name }}-${{ matrix.platform.cargo-target }} --find-interpreter
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
- name: Prepare Python sdist
run: 'python scripts/prepare_python_sdist.py $GITHUB_SHA'
- name: Build sdist
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 # v1.44.0
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
with:
command: sdist
args: --out wheels-source
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
egress-policy: audit
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
- name: Publish to PyPI
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 # v1.44.0
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*.whl wheels-*/*.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_suite_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
python -m ruff format --check .
- name: Build Rust
uses: PyO3/maturin-action@2c5c1560848aaa364c3545136054932db5fa27b7 # v1.44.0
uses: PyO3/maturin-action@ea5bac0f1ccd0ab11c805e2b804bfcb65dac2eab # v1.45.0
with:
sccache: 'true'
manylinux: auto
Expand Down

0 comments on commit 8f2fae2

Please sign in to comment.