Skip to content

Commit

Permalink
Python -m build requires venv (wheel gets installed in venv) (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
znerol authored Nov 5, 2023
1 parent 3c5cebd commit 1452f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install --yes python3-build python3-wheel
sudo apt-get install --yes python3-build python3-venv
- name: Build
run: |
Expand Down

0 comments on commit 1452f99

Please sign in to comment.