We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6022b24 + f0fad1a commit 049e9c7Copy full SHA for 049e9c7
1 file changed
.github/workflows/publish.yaml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install "setuptools<82" build wheel --user
24
- name: Build a binary wheel and a source tarball
25
run: |
26
- python -m build --no-build-isolation --sdist --wheel --outdir dist/ .
+ python -m build --no-isolation --sdist --wheel --outdir dist/ .
27
- name: Publish distribution to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
29
with:
0 commit comments