Skip to content

Commit 96ade6a

Browse files
author
Han Qiao
committed
Fix release job
1 parent ca840ae commit 96ade6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Install pypa/build
4848
run: pip install build
4949
- name: Build a binary wheel and a source tarball
50-
run: build --sdist --wheel --outdir dist/ .
50+
run: python -m build --sdist --wheel --outdir dist/ .
5151
- name: Publish package
5252
uses: pypa/gh-action-pypi-publish@release/v1
5353
with:

0 commit comments

Comments
 (0)