Skip to content

Commit

Permalink
use pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
rfecher committed Sep 27, 2021
1 parent 8b47382 commit 34241d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .utility/publish-artifacts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [[ ! "$GEOWAVE_VERSION" =~ "SNAPSHOT" ]] ; then
python3 -m venv publish-venv
source ./publish-venv/bin/activate

pip install --upgrade pip wheel setuptools twine
pip3 install --upgrade pip wheel setuptools twine
python3 setup.py bdist_wheel --python-tag=py3 sdist
twine upload --skip-existing -u __token__ -p $PYPI_CREDENTIALS dist/*
deactivate
Expand Down

0 comments on commit 34241d5

Please sign in to comment.