Skip to content

Commit 4f90b42

Browse files
committed
CI
1 parent 54217f7 commit 4f90b42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
- uses: actions/upload-artifact@v4
3333
with:
3434
path: ./wheelhouse/*.whl
35-
name: wheels-${{ matrix.runs-on }}
35+
name: wheels-${{ matrix.platform }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/upload-artifact@v4
2020
with:
2121
path: ./wheelhouse/*.whl
22-
name: wheels-${{ matrix.runs-on }}
22+
name: wheels-${{ matrix.platform }}
2323

2424
upload_pypi:
2525
name: Release To PyPi

0 commit comments

Comments
 (0)