Skip to content

Commit 5104edb

Browse files
committed
Skip extra sdist build
1 parent ef4d017 commit 5104edb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,12 @@ jobs:
3737
matrix:
3838
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, windows-2025]
3939
env:
40-
CIBW_SKIP: pp*
4140
CIBW_ENVIRONMENT: >-
4241
CIBW_ENABLE="cpython-freethreading"
4342
PIP_CONFIG_SETTINGS="build_ext=-j4"
4443
CFLAGS="-g0"
4544
steps:
4645
- uses: actions/checkout@v6
47-
- name: Build sdist
48-
run: pipx run build --sdist
4946
- name: Build wheels
5047
uses: pypa/cibuildwheel@v3.2.0
5148
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)