Skip to content

Commit f52c649

Browse files
committed
fix: workflow step 'upload_pypi' also depends on step 'build_arch_wheels'
Signed-off-by: Christopher Arndt <[email protected]>
1 parent a443563 commit f52c649

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
path: wheelhouse/*.whl
8888

8989
upload_pypi:
90-
needs: [build_wheels, build_sdist]
90+
needs: [build_arch_wheels, build_wheels, build_sdist]
9191
runs-on: ubuntu-latest
9292
environment: PyPI release
9393
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')

0 commit comments

Comments
 (0)