Skip to content

Commit 56d8dc4

Browse files
committed
Remove wheel from publish.yml
1 parent 05b38de commit 56d8dc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Install build tools
4444
run: |
4545
python -m pip install --upgrade pip
46-
python -m pip install --upgrade setuptools wheel build twine
46+
python -m pip install --upgrade setuptools build twine
4747
4848
- name: Build packages
4949
# creates the necessary distribution files to /dist

0 commit comments

Comments
 (0)