summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-02-01 07:29:56 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-02-01 08:05:06 -0500
commitaad5ece47bf12bceff4296516f23171a06b34bb5 (patch)
treee917e74b51929da0e9b3060cbda96f1213eaada3 /.github/workflows
parent87331de009099148cf26e7d493a5530e7fffc591 (diff)
downloadpython-coveragepy-git-aad5ece47bf12bceff4296516f23171a06b34bb5.tar.gz
build: don't provide pre-release wheels. #1316
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/kit.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml
index 93d235ef..60b9e353 100644
--- a/.github/workflows/kit.yml
+++ b/.github/workflows/kit.yml
@@ -223,7 +223,9 @@ jobs:
prerel:
name: "Build pre-rel ${{ matrix.os }} ${{ matrix.py }} wheels"
- if: ${{ true }} # true when there are pre-rel, false when not.
+ # Our C extension uses internal fields, which are moving during the 3.11.0
+ # alpha phases. Don't pre-build wheels.
+ if: ${{ false }} # true when there are pre-rel, false when not.
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix: