Skip to content

Commit c3ea1d3

Browse files
authored
Update flow-publish_package.yml
1 parent 44baf1b commit c3ea1d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/flow-publish_package.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip
24-
pip install setuptools
25-
pip show setuptools
24+
pip install setuptools wheel
2625
2726
- name: Build package
2827
run: |

0 commit comments

Comments
 (0)