We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ee7e6 commit 4be1376Copy full SHA for 4be1376
1 file changed
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Build source tarball
16
runs-on: ubuntu-24.04
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: actions/setup-python@v5
20
- run: |
21
python -m pip install --upgrade build
@@ -40,7 +40,7 @@ jobs:
40
PIP_CONFIG_SETTINGS="build_ext=-j4"
41
CFLAGS="-g0"
42
43
44
- name: Build sdist
45
run: pipx run build --sdist
46
- name: Build wheels
0 commit comments