Stop upgrading pip @ GHA unnecessarily

This commit is contained in:
Sviatoslav Sydorenko 2022-12-06 22:27:07 +01:00
parent dfc70e7dc8
commit 5755482491
No known key found for this signature in database
GPG key ID: 9345E8FEA89CA455

View file

@ -49,7 +49,7 @@ jobs:
steps:
- name: Install the packaging-related tools
run: python3 -m pip install --upgrade pip build twine
run: python3 -m pip install build twine
- name: Create the stub package importable directory
run: mkdir -pv src/test_package
- name: Populate the stub package `__init__.py`