Skip to content

Commit

Permalink
Merge pull request #30 from phoenixnap/hotfix/use-setup-python-action
Browse files Browse the repository at this point in the history
Added install of wheel
  • Loading branch information
valerioponte authored Dec 7, 2022
2 parents 4db9f5a + c5eb87d commit 68abe12
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 68abe12

Please sign in to comment.