Skip to content

Commit 7364ab3

Browse files
committed
Update python-publish.yml
1 parent d77c21f commit 7364ab3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020

2121
- name: Build release distributions
2222
run: |
23-
python -m pip install -r requirements.txt
23+
python -m pip install --upgrade pip
24+
python -m pip install --group development
2425
python -m pip install build
2526
python -m build
2627

0 commit comments

Comments
 (0)