Skip to content

Commit 5e1238d

Browse files
authored
Update release.yml
1 parent d34be91 commit 5e1238d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ jobs:
1414
uses: actions/setup-python@v1
1515
with:
1616
python-version: "3.7"
17+
- name: Upgrade pip
18+
run: >-
19+
python -m
20+
pip install
21+
pip --upgrade
22+
--user
1723
- name: Install pypi/build
1824
run: >-
1925
python -m

0 commit comments

Comments
 (0)