Skip to content

Commit

Permalink
fix(ci): fix python 3.8 build skip
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 5ec59bb commit 51db7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
CIBW_ARCHS: ${{ matrix.config.arch }}
CIBW_BUILD: cp*-${{ matrix.config.platform }}
CIBW_SKIP: cp36* cp37* cp38
CIBW_SKIP: cp36* cp37* cp38*

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 51db7b3

Please sign in to comment.