mirror of
https://github.com/pypa/gh-action-pypi-publish.git
synced 2024-11-22 08:31:08 -05:00
Stop upgrading pip @ GHA unnecessarily
This commit is contained in:
parent
dfc70e7dc8
commit
5755482491
1 changed files with 1 additions and 1 deletions
2
.github/workflows/self-smoke-test-action.yml
vendored
2
.github/workflows/self-smoke-test-action.yml
vendored
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue