Skip to content

Commit ed3a472

Browse files
Update python-publish.yml
1 parent a5325f0 commit ed3a472

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
@@ -31,7 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install build
3333
- name: Install pypa/setuptools
34-
run: python -m pip install wheel
34+
run: python -m pip install setuptools wheel build
3535
- name: Build package
3636
run: python setup.py sdist bdist_wheel
3737
- name: Publish package

0 commit comments

Comments
 (0)