Skip to content

Commit b44187a

Browse files
committed
Changing release workflow
1 parent aef434b commit b44187a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
with:
2121
python-version: '3.x'
2222

23-
- name: Install build tool
23+
- name: Install build dependencies
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install build
26+
pip install build setuptools wheel
2727
2828
- name: Build wheel
2929
run: python -m build --wheel --no-isolation

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=61"]
2+
requires = ["setuptools>=61", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)