Merge pull request #718 from altendky/update_pip_for_wheel_build

update pip for wheel build
This commit is contained in:
Thomas BERNARD 2024-03-20 00:12:21 +01:00 committed by GitHub
commit 7333d00fa0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@ jobs:
with:
directories: ${{ steps.create-venv.outputs.activate-venv-directories }}
- name: Update pip
run: |
python -m pip install --upgrade pip
- name: Copy out miniupnpc
run: |
cp -RLv cloned/miniupnpc source