Skip to content

Commit b57a161

Browse files
committed
fix release gha trigger
1 parent 30546f6 commit b57a161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: dist/*.tar.gz
4141

4242
upload_pypi:
43-
needs: [build_wheels, build_sdist]
43+
needs: [build_sdist]
4444
runs-on: ubuntu-latest
4545
environment: pypi
4646
permissions:

0 commit comments

Comments
 (0)