Skip to content

Commit 09423c4

Browse files
Merge pull request #268 from egraphs-good/dependabot/github_actions/actions-production-cc5bee2743
Bump PyO3/maturin-action from 1.47.0 to 1.47.1 in the actions-production group
2 parents ef1afce + 503ee99 commit 09423c4

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/[email protected].0
59+
- uses: PyO3/[email protected].1
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/[email protected].0
81+
- uses: PyO3/[email protected].1
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/[email protected].0
100+
- uses: PyO3/[email protected].1
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/[email protected].0
118+
- uses: PyO3/[email protected].1
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/[email protected].0
140+
uses: PyO3/[email protected].1
141141
env:
142142
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
143143
with:

0 commit comments

Comments
 (0)