Skip to content

Commit

Permalink
ci: Allow publishing Python 3.12 wheels
Browse files Browse the repository at this point in the history
Python 3.12 is now ABI stable, so we should publish wheels for it.

Signed-off-by: Matt Wozniski <[email protected]>
  • Loading branch information
godlygeek committed Aug 16, 2023
1 parent 3b29f01 commit 427b608
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@ jobs:
with:
name: dist
path: dist
- name: Avoid publishing Python 3.12 wheels
run: |
rm -f dist/*cp312*
ls -l dist/
- uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
Expand Down

0 comments on commit 427b608

Please sign in to comment.