We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca840ae commit 96ade6aCopy full SHA for 96ade6a
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- name: Install pypa/build
48
run: pip install build
49
- name: Build a binary wheel and a source tarball
50
- run: build --sdist --wheel --outdir dist/ .
+ run: python -m build --sdist --wheel --outdir dist/ .
51
- name: Publish package
52
uses: pypa/gh-action-pypi-publish@release/v1
53
with:
0 commit comments