We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dae315 + d8a25c8 commit 7265daeCopy full SHA for 7265dae
1 file changed
.github/workflows/publish.yaml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
publish:
9
runs-on: ubuntu-latest
10
- permissions:
+ permissions:
11
contents: read
12
steps:
13
- uses: actions/checkout@v6
@@ -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 --sdist --wheel --outdir dist/ .
+ python -m build --no-build-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