Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Dec 31, 2024
1 parent 40c8de2 commit 67a3824
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
ref: ${{ needs.pre-publish.outputs.version }}

publish:
needs: [build-dist, static-scan]
name: Upload release to PyPI
runs-on: ubuntu-latest
environment: release
Expand All @@ -84,7 +85,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1

post-publish:
needs: [build-dist, static-scan]
needs: [publish]
runs-on: ubuntu-latest
environment: release-python
permissions:
Expand Down

0 comments on commit 67a3824

Please sign in to comment.