Skip to content

Commit 79dcb48

Browse files
Merge pull request #223 from CITCOM-project/PyPI_GH_action_fix
Add wheel dependency to GH action
2 parents aefccd3 + de7ed49 commit 79dcb48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
pip3 install .
2323
pip3 install .[pypi]
24-
pip3 install build
24+
pip3 install build wheel
2525
pip3 install setuptools --upgrade
2626
pip3 install setuptools_scm
2727
- name: Build Package

0 commit comments

Comments
 (0)