Skip to content

Commit

Permalink
put back build specific deps
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jan 17, 2024
1 parent 72b9319 commit c50cb81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
with:
python-version: "3.11"

- name: "Install build specific python dependencies"
run: |
python -m pip install --upgrade wheel twine check-wheel-contents
- name: "Build Python Package"
run: |
hatch build
Expand Down

0 comments on commit c50cb81

Please sign in to comment.