Skip to content

Commit e2ab42f

Browse files
seifertmasvetlov
andauthored
Replace setuptools_scm and wheel with buildin package job
Co-authored-by: Andrew Svetlov <[email protected]>
1 parent 648b88e commit e2ab42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
python-version: "3.9"
5858

5959
- name: "Install poetry, check-wheel-content, and twine"
60-
run: "python -m pip install check-wheel-contents setuptools_scm twine wheel"
60+
run: "python -m pip install build check-wheel-contents twine"
6161
- name: "Build package"
6262
run: "python setup.py sdist bdist_wheel"
6363
- name: "List result"

0 commit comments

Comments
 (0)