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 51530d1 commit a9965e0Copy full SHA for a9965e0
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
pip install build setuptools wheel
42
- name: Build a binary wheel and a source tarball
43
id: build
44
- run: python3 build --sdist --wheel --outdir dist/ .
+ run: python3 -m build --sdist --wheel --outdir dist/ .
45
- name: Publish distribution package to Test PyPI
46
id: publish_test
47
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments