Skip to content

Commit e15557b

Browse files
Merge pull request #263 from egraphs-good/dependabot/github_actions/actions-production-6cf5a139a3
Bump PyO3/maturin-action from 1.46.0 to 1.47.0 in the actions-production group
2 parents 05fa4b5 + 9d258bb commit e15557b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/version.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- uses: actions/checkout@v4
5757
with:
5858
ref: version-${{ needs.bump.outputs.version }}
59-
- uses: PyO3/maturin-action@v1.46.0
59+
- uses: PyO3/maturin-action@v1.47.0
6060
with:
6161
target: ${{ matrix.target }}
6262
manylinux: auto
@@ -78,7 +78,7 @@ jobs:
7878
ref: version-${{ needs.bump.outputs.version }}
7979
- name: Setup QEMU
8080
uses: docker/setup-qemu-action@v3
81-
- uses: PyO3/maturin-action@v1.46.0
81+
- uses: PyO3/maturin-action@v1.47.0
8282
with:
8383
manylinux: auto
8484
command: build
@@ -97,7 +97,7 @@ jobs:
9797
- uses: actions/checkout@v4
9898
with:
9999
ref: version-${{ needs.bump.outputs.version }}
100-
- uses: PyO3/maturin-action@v1.46.0
100+
- uses: PyO3/maturin-action@v1.47.0
101101
with:
102102
command: build
103103
args: --release -o dist --find-interpreter
@@ -115,7 +115,7 @@ jobs:
115115
- uses: actions/checkout@v4
116116
with:
117117
ref: version-${{ needs.bump.outputs.version }}
118-
- uses: PyO3/maturin-action@v1.46.0
118+
- uses: PyO3/maturin-action@v1.47.0
119119
with:
120120
command: build
121121
target: universal2-apple-darwin
@@ -137,7 +137,7 @@ jobs:
137137
pattern: wheels-*
138138
merge-multiple: true
139139
- name: Publish to PyPI
140-
uses: PyO3/maturin-action@v1.46.0
140+
uses: PyO3/maturin-action@v1.47.0
141141
env:
142142
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
143143
with:

0 commit comments

Comments
 (0)