Skip to content

Commit 7265dae

Browse files
authored
Merge pull request #124 from IBM/IdanAdar-patch-1
patch: fix publishing
2 parents 7dae315 + d8a25c8 commit 7265dae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
publish:
99
runs-on: ubuntu-latest
10-
permissions:
10+
permissions:
1111
contents: read
1212
steps:
1313
- uses: actions/checkout@v6
@@ -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 --sdist --wheel --outdir dist/ .
26+
python -m build --no-build-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)