Skip to content

Commit 88b6729

Browse files
committed
CI: fix Python upload
1 parent 8250b02 commit 88b6729

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python_build_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
103103
- uses: actions/upload-artifact@v4
104104
with:
105-
name: cibw-wheels-macos
105+
name: cibw-wheels-macos-arm
106106
path: ./wheels/*.whl
107107

108108

@@ -136,7 +136,7 @@ jobs:
136136
137137
- uses: actions/upload-artifact@v4
138138
with:
139-
name: cibw-wheels-macos
139+
name: cibw-wheels-macos-x86
140140
path: ./wheels/*.whl
141141

142142

@@ -163,7 +163,7 @@ jobs:
163163
path: dist/*.tar.gz
164164

165165
upload_pypi:
166-
needs: [package_linux_x86, package_macos, build_sdist] # package_linux_arm
166+
needs: [package_linux_x86, package_linux_arm, package_macos_arm, package_macos_intel, build_sdist]
167167
runs-on: ubuntu-24.04
168168
environment: pypi
169169
permissions:

0 commit comments

Comments
 (0)