Skip to content

Commit 65092b7

Browse files
committed
Build release: remove unused job
1 parent b30b6ab commit 65092b7

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
@@ -56,7 +56,7 @@ jobs:
5656

5757
pypi_publish:
5858
name: PyPI Publish
59-
needs: [build_dist_files, build_wheels]
59+
needs: [build_dist_files]
6060
runs-on: ubuntu-latest
6161
permissions:
6262
id-token: write # this permission is mandatory for trusted publishing

0 commit comments

Comments
 (0)