Skip to content

Commit 1491ae2

Browse files
committed
Upgrade pip in publish workflow
1 parent e0373d4 commit 1491ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
with:
2121
python-version: 3.9
2222

23-
- name: Install python-build and twine
24-
run: python -m pip install build "twine>=3.3"
23+
- name: Install build dependencies
24+
run: python -m pip install pip build "twine>=3.3" -U
2525

2626
- name: Build package
2727
run: python -m build --sdist --wheel .

0 commit comments

Comments
 (0)