Skip to content

Commit 1957a9d

Browse files
committed
ci(wheels-macos-x86): re-require macos wheel for pypi-upload step
Signed-off-by: Zach Lewis <zachcanbereached@gmail.com>
1 parent 2f04800 commit 1957a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jobs:
408408

409409

410410
upload_pypi:
411-
needs: [sdist, linux, linux-arm, macos-arm, windows]
411+
needs: [sdist, linux, linux-arm, macos, macos-arm, windows]
412412
runs-on: ubuntu-latest
413413
permissions:
414414
id-token: write

0 commit comments

Comments
 (0)