Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvo committed Aug 13, 2024
1 parent a33df06 commit d8a7734
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
with:
python-version: ${{ env.PYTHON_VERSION }}

- name: Install wheel
run: pip install wheel

- name: Build wheel
run: python setup.py bdist_wheel

Expand Down

0 comments on commit d8a7734

Please sign in to comment.