Skip to content

Commit

Permalink
Update release-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Feb 1, 2024
1 parent a7bf95e commit c1534bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
uses: ./.github/workflows/build-python.yml

setup:
needs:
- build-python
name: Setup
runs-on: ubuntu-22.04
steps:
Expand All @@ -20,7 +22,8 @@ jobs:
publish:
name: Publish
runs-on: ubuntu-22.04
needs: [build-python, setup]
needs:
- setup
steps:
- name: Install Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
Expand Down

0 comments on commit c1534bb

Please sign in to comment.