Skip to content

Commit 5d87e39

Browse files
committed
Addressed feedback from agent reviewer
1 parent 6b12326 commit 5d87e39

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,34 +43,34 @@ jobs:
4343
target: x64
4444
manylinux: "2014"
4545
args: -m packages/pyo3/Cargo.toml --release --sdist
46-
artifact-name: dist-linux-x64
46+
artifact_name: dist-linux-x64
4747
- runner: ubuntu-24.04-arm
4848
target: aarch64
4949
manylinux: "2014"
5050
args: -m packages/pyo3/Cargo.toml --release
51-
artifact-name: dist-linux-aarch64
51+
artifact_name: dist-linux-aarch64
5252
- runner: ubuntu-latest
5353
target: x64
5454
manylinux: musllinux_1_2
5555
args: -m packages/pyo3/Cargo.toml --release
56-
artifact-name: dist-musllinux-x64
56+
artifact_name: dist-musllinux-x64
5757
- runner: ubuntu-24.04-arm
5858
target: aarch64
5959
manylinux: musllinux_1_2
6060
args: -m packages/pyo3/Cargo.toml --release
61-
artifact-name: dist-musllinux-aarch64
61+
artifact_name: dist-musllinux-aarch64
6262
- runner: windows-latest
6363
target: x64
6464
args: -m packages/pyo3/Cargo.toml --release
65-
artifact-name: dist-windows-x64
65+
artifact_name: dist-windows-x64
6666
- runner: windows-11-arm
6767
target: aarch64-pc-windows-msvc
6868
args: -m packages/pyo3/Cargo.toml --release
69-
artifact-name: dist-windows-aarch64
69+
artifact_name: dist-windows-aarch64
7070
- runner: macos-latest
7171
target: universal2-apple-darwin
7272
args: -m packages/pyo3/Cargo.toml --release
73-
artifact-name: dist-macos-universal2
73+
artifact_name: dist-macos-universal2
7474
steps:
7575
- uses: actions/checkout@v6
7676
- name: Set up Python
@@ -116,7 +116,7 @@ jobs:
116116

117117
- uses: actions/upload-artifact@v4
118118
with:
119-
name: ${{ matrix.artifact-name }}
119+
name: ${{ matrix.artifact_name }}
120120
path: |
121121
target/wheels/*.whl
122122
target/wheels/*.tar.gz

0 commit comments

Comments
 (0)