Skip to content

Commit 67a3824

Browse files
committed
address review
1 parent 40c8de2 commit 67a3824

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ jobs:
6868
ref: ${{ needs.pre-publish.outputs.version }}
6969

7070
publish:
71+
needs: [build-dist, static-scan]
7172
name: Upload release to PyPI
7273
runs-on: ubuntu-latest
7374
environment: release
@@ -84,7 +85,7 @@ jobs:
8485
uses: pypa/gh-action-pypi-publish@release/v1
8586

8687
post-publish:
87-
needs: [build-dist, static-scan]
88+
needs: [publish]
8889
runs-on: ubuntu-latest
8990
environment: release-python
9091
permissions:

0 commit comments

Comments
 (0)