Skip to content

Commit

Permalink
Added install of wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
fybJenkins committed Dec 7, 2022
1 parent 6074f69 commit c5eb87d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ jobs:
- name: "Install Dependencies for Packaging"
run: |
pip3 install twine
pip3 install wheel
pip3 install --requirement ${{ needs.check-release.outputs.package }}/requirements.txt
- name: "Build Package"
Expand Down

0 comments on commit c5eb87d

Please sign in to comment.