Skip to content

Commit 8ea9f22

Browse files
committed
Fix CI
1 parent ad40d9c commit 8ea9f22

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
1818
- name: install dependencies & build
1919
run: |
20-
pip3 install setuptools
20+
pip3 install setuptools wheel
2121
python3 -m build
2222
2323
- name: publish to PyPi

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
1515
- name: install dependencies & build
1616
run: |
17-
pip3 install setuptools
17+
pip3 install setuptools wheel
1818
python3 -m build
1919
2020
- name: publish to Test PyPi

0 commit comments

Comments
 (0)