Skip to content

Commit

Permalink
Fix cibuildwheel invocation, drop one Python 3.8 as well on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
alecandido committed Mar 26, 2024
1 parent 43f601a commit c449f1e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cli-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
working-directory: pineappl_cli
run: |
export CIBW_SKIP="cp36-*"
cibuildwheel --out ../dist
cibuildwheel --output-dir ../dist .
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -76,7 +76,6 @@ jobs:
pypy3.8
pypy3.9
pypy3.10
3.8
3.9
3.11
3.12
Expand Down

0 comments on commit c449f1e

Please sign in to comment.