Skip to content

Commit

Permalink
Merge pull request #263 from egraphs-good/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions-production-6cf5a139a3

Bump PyO3/maturin-action from 1.46.0 to 1.47.0 in the actions-production group
  • Loading branch information
saulshanabrook authored Feb 25, 2025
2 parents 05fa4b5 + 9d258bb commit e15557b
Showing 1 changed file with 5 additions and 5 deletions.
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.46.0
- uses: PyO3/maturin-action@v1.47.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.46.0
- uses: PyO3/maturin-action@v1.47.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.46.0
- uses: PyO3/maturin-action@v1.47.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.46.0
- uses: PyO3/maturin-action@v1.47.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.46.0
uses: PyO3/maturin-action@v1.47.0
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
Expand Down

0 comments on commit e15557b

Please sign in to comment.