Skip to content

Commit

Permalink
Fix release job
Browse files Browse the repository at this point in the history
  • Loading branch information
Han Qiao committed Apr 8, 2021
1 parent ca840ae commit 96ade6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install pypa/build
run: pip install build
- name: Build a binary wheel and a source tarball
run: build --sdist --wheel --outdir dist/ .
run: python -m build --sdist --wheel --outdir dist/ .
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 96ade6a

Please sign in to comment.