Skip to content

Commit 892d7a9

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 <godlygeek@gmail.com>
1 parent bcf0e58 commit 892d7a9

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
@@ -353,6 +353,7 @@ jobs:
353353
mv dist/sdist/*.tar.gz dist/
354354
mv dist/*-wheels/*.whl dist/
355355
rmdir dist/{sdist,*-wheels}
356+
rm -f dist/*cp314*
356357
ls -R dist
357358
- uses: pypa/gh-action-pypi-publish@release/v1
358359
with:

0 commit comments

Comments
 (0)