Skip to content

Commit 24ec35f

Browse files
jswhit2jswhit2
authored andcommitted
fix name
1 parent b9dcd8c commit 24ec35f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cibuildwheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139

140140

141141
show-artifacts:
142-
needs: [build_bdist, build_sdist, build_wheels_windows]
142+
needs: [build_bdist, build_sdist, build_wheels_winmac]
143143
name: "Show artifacts"
144144
runs-on: ubuntu-22.04
145145
steps:
@@ -155,7 +155,7 @@ jobs:
155155
156156
157157
publish-artifacts-pypi:
158-
needs: [build_bdist, build_sdist, build_wheels_windows]
158+
needs: [build_bdist, build_sdist, build_wheels_winmac]
159159
name: "Publish to PyPI"
160160
runs-on: ubuntu-22.04
161161
# upload to PyPI for every tag starting with 'v'

0 commit comments

Comments
 (0)