Skip to content

Commit d0e30da

Browse files
committed
fix
1 parent ef3b44e commit d0e30da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222

23+
- name: Install build
24+
run: pip install build
25+
2326
- name: Build wheel
24-
run: make dev install dist
27+
run: python -m build
2528
env:
2629
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2730

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,5 @@ benchmark:
3636
coverage: test
3737
open htmlcov/index.html
3838

39-
dist:
40-
python3.12 setup.py bdist_wheel sdist
41-
4239
clean:
4340
rm -fr dist *.egg-info .pytest_cache build htmlcov

0 commit comments

Comments
 (0)