p2 fix pythonpackages

This commit is contained in:
Edwin Eefting 2021-02-07 16:03:26 +01:00
parent deadbe9383
commit 29e6c056d1

View File

@ -28,12 +28,12 @@ jobs:
- name: Install dependencies 3.x
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip3 install setuptools wheel twine
- name: Install dependencies 2.x
run: |
python2 -m pip install --upgrade pip
pip2 install setuptools
pip2 install setuptools wheel twine
- name: Build and publish
env: