Skip to content

Commit 70cc44e

Browse files
committed
ci: Avoid publishing 3.14 wheels
We don't want to publish any wheels for Python 3.14 betas, since ABI stability isn't guaranteed until the release candidates. Signed-off-by: Matt Wozniski <[email protected]>
1 parent 12c4ac2 commit 70cc44e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ jobs:
350350
mv dist/sdist/*.tar.gz dist/
351351
mv dist/*-wheels/*.whl dist/
352352
rmdir dist/{sdist,*-wheels}
353+
rm -f dist/*cp314*
353354
ls -R dist
354355
- uses: pypa/gh-action-pypi-publish@release/v1
355356
with:

0 commit comments

Comments
 (0)