Skip to content

Commit

Permalink
Merge pull request #138 from pytroll/ci-312-wheels-off
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 31, 2023
2 parents 23d43fc + 207f9d0 commit da335bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.15.0
env:
CIBW_SKIP: "cp36-* cp37-* cp38-* pp* *-i686"
CIBW_SKIP: "cp36-* cp37-* cp38-* cp312-* pp* *-i686"

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

0 comments on commit da335bd

Please sign in to comment.