Skip to content

Commit

Permalink
Fix wheel build trigger (#15568)
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntsaninja authored Jul 3, 2023
1 parent 2edaf35 commit 96eadfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.7'
python-version: '3.11'
- name: Trigger script
env:
WHEELS_PUSH_TOKEN: ${{ secrets.WHEELS_PUSH_TOKEN }}
Expand Down

0 comments on commit 96eadfd

Please sign in to comment.