Skip to content

Commit 5d37cb9

Browse files
authored
ci: fix workflow dependencies (#216)
Signed-off-by: Christopher Arndt <[email protected]>
1 parent c8826db commit 5d37cb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_to_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
compression-level: 0
6969

7070
upload_pypi:
71-
needs: [build_arch_wheels, build_wheels, build_sdist]
71+
needs: [build_wheels, build_sdist]
7272
runs-on: ubuntu-latest
7373
environment: PyPI release
7474
if: github.ref == 'refs/heads/develop'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
compression-level: 0
7272

7373
upload_pypi:
74-
needs: [build_arch_wheels, build_wheels, build_sdist]
74+
needs: [build_wheels, build_sdist]
7575
runs-on: ubuntu-latest
7676
environment: PyPI release
7777
steps:

0 commit comments

Comments
 (0)