Skip to content

Commit 563f954

Browse files
committed
Installing without --user
1 parent 9306a05 commit 563f954

File tree

1 file changed

+1
-1
lines changed
  • {{ cookiecutter.library_name }}/.github/workflows

1 file changed

+1
-1
lines changed

{{ cookiecutter.library_name }}/.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: sphinx-build -E -W -b html . _build/html
6262
- name: Build README
6363
run: |
64-
pip install --user --upgrade setuptools wheel twine readme_renderer testresources
64+
pip install --upgrade setuptools wheel twine readme_renderer testresources
6565
python setup.py sdist
6666
python setup.py bdist_wheel --universal
6767
twine check dist/*

0 commit comments

Comments
 (0)