Skip to content

Commit

Permalink
cp312 wheel to grab numpy pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Aug 19, 2023
1 parent f2598b4 commit 030e285
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,5 +158,9 @@ jobs:
- cp310*win_amd64
- cp311*win_amd64
- cp312*win_amd64
# Required so that cp312 can grab a pre-release numpy.
# Can remove when cp312 is released.
env: |
CIBW_ENVIRONMENT: PIP_PRE=1
secrets:
pypi_token: ${{ secrets.pypi_token }}

0 comments on commit 030e285

Please sign in to comment.