Skip to content

Commit

Permalink
Adds the wheel package to the build install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Llewellynvdm committed Nov 14, 2023
1 parent f9c7b0f commit a6cc52c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-gitea-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- name: Install Twine
run: python -m pip install twine

- name: Install Wheel
run: python -m pip install wheel

- name: Build Package
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit a6cc52c

Please sign in to comment.