Skip to content

Commit

Permalink
Add support for prereleases, update to latest cibuildwheel
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonspeed committed Jun 20, 2024
1 parent 338724a commit c3f2f22
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ on:
release:
types: [published, created, edited]

env:
CIBW_PRERELEASE_PYTHONS: "True"

jobs:
build_wheels:
Expand Down Expand Up @@ -58,7 +60,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.19.1
with:
output-dir: wheelhouse
env:
Expand Down

0 comments on commit c3f2f22

Please sign in to comment.