Skip to content

Commit

Permalink
Update wheel building.
Browse files Browse the repository at this point in the history
  • Loading branch information
tturocy committed Sep 14, 2023
1 parent 6d77821 commit f0e99d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: pygambit wheels

on:
push:
tags:
- 'v*'

jobs:
windows:
Expand All @@ -21,7 +19,6 @@ jobs:
pip install cython nose2 wheel lxml numpy scipy cibuildwheel
- name: Build wheels
run: |
cd src
python -m cibuildwheel --output-dir wheelhouse/
env:
CIBW_SKIP: "pp*"
Expand Down

0 comments on commit f0e99d0

Please sign in to comment.