Skip to content

Commit 3a1912a

Browse files
committed
Update build_wheel.yml
Remove '--user' flag since using venv.
1 parent b51ce3c commit 3a1912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: |
2323
python -m venv .venv
2424
source .venv/bin/activate
25-
python -m pip install --user --upgrade build
25+
python -m pip install --upgrade build
2626
python -m build
2727
- name: Create New Release and Upload Wheel
2828
env:

0 commit comments

Comments
 (0)