Skip to content

Commit

Permalink
install more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kruscpe1 committed Apr 15, 2024
1 parent 0efad79 commit 952831d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
python-version: "3.10"

- name: Install dependencies
run: pip install build=0.7.0 pep517 setuptools wheel
run: |
pip install --upgrade pip
pip install build==0.7.0 pep517 setuptools wheel
- name: Build PyPI release
run: python -m build
Expand Down

0 comments on commit 952831d

Please sign in to comment.