Skip to content

Commit

Permalink
Removed --user parameter to avoid error "Will not install to the user…
Browse files Browse the repository at this point in the history
… site because it will lack sys.path precedence to setuptools "
  • Loading branch information
bdemchak committed May 26, 2022
1 parent a797442 commit c0f6c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ rem ... from https://packaging.python.org/tutorials/packaging-projects/
rem ... remember to update twine command (below) to contain new version
rem ... remember to bump the version number in _version.py before uploading

python -m pip install --user --upgrade setuptools wheel twine
python -m pip install --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
python -m twine upload dist/py4cytoscape-1.3.0*

Expand Down

0 comments on commit c0f6c13

Please sign in to comment.