Skip to content

Commit

Permalink
Copy setup.cfg to configure wheel during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen authored Aug 25, 2020
1 parent c4892d0 commit de2315b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
run: |
python -m pip install cibuildwheel==1.5.5
- name: Copy setup.cfg to configure wheel
run: |
cp setup.cfg.template setup.cfg
- name: Build wheels for CPython
run: |
python -m cibuildwheel --output-dir dist
Expand Down

0 comments on commit de2315b

Please sign in to comment.