Skip to content

Commit 049e9c7

Browse files
authored
Merge pull request #125 from IBM/IdanAdar-patch-1
patch: Update build command in publish workflow
2 parents 6022b24 + f0fad1a commit 049e9c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install "setuptools<82" build wheel --user
2424
- name: Build a binary wheel and a source tarball
2525
run: |
26-
python -m build --no-build-isolation --sdist --wheel --outdir dist/ .
26+
python -m build --no-isolation --sdist --wheel --outdir dist/ .
2727
- name: Publish distribution to PyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:

0 commit comments

Comments
 (0)