We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dcd8c commit 24ec35fCopy full SHA for 24ec35f
1 file changed
.github/workflows/cibuildwheel.yml
@@ -139,7 +139,7 @@ jobs:
139
140
141
show-artifacts:
142
- needs: [build_bdist, build_sdist, build_wheels_windows]
+ needs: [build_bdist, build_sdist, build_wheels_winmac]
143
name: "Show artifacts"
144
runs-on: ubuntu-22.04
145
steps:
@@ -155,7 +155,7 @@ jobs:
155
156
157
publish-artifacts-pypi:
158
159
name: "Publish to PyPI"
160
161
# upload to PyPI for every tag starting with 'v'
0 commit comments