Skip to content

Commit

Permalink
split release jobs into two
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Aug 23, 2023
1 parent dae80b1 commit 4a718e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: cvxgrp/.github/actions/setup-environment@main
with:
python-version: "${{ inputs.python-version || '3.10' }}"

- uses: actions/download-artifact@v3
with:
name: dist
Expand Down

0 comments on commit 4a718e9

Please sign in to comment.