Skip to content

Commit

Permalink
try correct workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TimotheeMathieu committed Feb 3, 2024
1 parent 6b925e1 commit a56cfeb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: build_wheels

on: [push, pull_request]
release:
types:
- created
workflow_dispatch:
inputs:
version:
description: 'Manually trigger wheel build in Github UI'
required: true
# release:
# types:
# - created
# workflow_dispatch:
# inputs:
# version:
# description: 'Manually trigger wheel build in Github UI'
# required: true


jobs:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-python@v2
name: Install Python
with:
python-version: '3.8'
python-version: '3.8xf'
- name: Install cibuildwheel
run: |
python -m pip install cibuildwheel==2.12.1
Expand Down

0 comments on commit a56cfeb

Please sign in to comment.