Skip to content

Commit

Permalink
try 38 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Jul 16, 2024
1 parent 41d993f commit 3392e94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
CIBW_ARCHS: "x86_64"
CIBW_BUILD: "*manylinux*"
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_SKIP: cp36* cp37* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: pip install -U pybind11-global
CIBW_BEFORE_TEST: pip install -U pytest pytest-timeout pytest-cov pytest-xdist
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
env:
CIBW_ARCHS: "x86_64"
CIBW_BUILD: "*musllinux*"
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_SKIP: cp36* cp37* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
apk add --no-cache jpeg-dev zlib-dev openblas-dev &&
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
env:
CIBW_ARCHS: "x86_64"
CIBW_BUILD: "*macosx*"
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_SKIP: cp36* cp37* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
pip install -U pybind11-global &&
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
env:
CIBW_ARCHS: "arm64"
CIBW_BUILD: "*macosx*"
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_SKIP: cp36* cp37* pp*
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_BUILD: >-
pip install -U pybind11-global &&
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
ls -l dist
- name: Publish to TestPyPI if alpha
if: "contains(env.PACKAGE_VERSION, 'a')"
if: "contains(env.PACKAGE_VERSION, 'a') && !contains(env.PACKAGE_VERSION, '.dev')"
uses: pypa/gh-action-pypi-publish@release/v1
with:
verbose: true
Expand Down

0 comments on commit 3392e94

Please sign in to comment.