Skip to content

Commit

Permalink
Bump the actions-production group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-production group with 2 updates in the / directory: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [PyO3/maturin-action](https://github.com/pyo3/maturin-action).


Updates `astral-sh/setup-uv` from 3 to 5
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@v3...v5)

Updates `PyO3/maturin-action` from 1.42.1 to 1.46.0
- [Release notes](https://github.com/pyo3/maturin-action/releases)
- [Commits](PyO3/maturin-action@v1.42.1...v1.46.0)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-production
- dependency-name: PyO3/maturin-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 3829d69 commit c379d2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- "3.10"
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: dtolnay/rust-toolchain@1.79.0
Expand All @@ -42,7 +42,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: dtolnay/rust-toolchain@1.79.0
Expand All @@ -59,7 +59,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: dtolnay/rust-toolchain@1.79.0
Expand All @@ -78,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- uses: dtolnay/rust-toolchain@1.79.0
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: version-${{ needs.bump.outputs.version }}
- uses: PyO3/maturin-action@v1.42.1
- uses: PyO3/maturin-action@v1.46.0
with:
target: ${{ matrix.target }}
manylinux: auto
Expand All @@ -78,7 +78,7 @@ jobs:
ref: version-${{ needs.bump.outputs.version }}
- name: Setup QEMU
uses: docker/setup-qemu-action@v3
- uses: PyO3/maturin-action@v1.45.0
- uses: PyO3/maturin-action@v1.46.0
with:
manylinux: auto
command: build
Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: version-${{ needs.bump.outputs.version }}
- uses: PyO3/maturin-action@v1.45.0
- uses: PyO3/maturin-action@v1.46.0
with:
command: build
args: --release -o dist --find-interpreter
Expand All @@ -115,7 +115,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: version-${{ needs.bump.outputs.version }}
- uses: PyO3/maturin-action@v1.45.0
- uses: PyO3/maturin-action@v1.46.0
with:
command: build
target: universal2-apple-darwin
Expand All @@ -137,7 +137,7 @@ jobs:
pattern: wheels-*
merge-multiple: true
- name: Publish to PyPI
uses: PyO3/maturin-action@v1.45.0
uses: PyO3/maturin-action@v1.46.0
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
Expand Down

0 comments on commit c379d2f

Please sign in to comment.