Skip to content

Commit 4f30c86

Browse files
authored
Update python-publish.yml
1 parent ef99a97 commit 4f30c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
pip3 install -r requirements.txt
23-
pip3 install setuptools
23+
pip3 install wheel
2424
pip3 install pytest
2525
pip3 install twine
2626

0 commit comments

Comments
 (0)