Skip to content

Commit

Permalink
testing stage
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed May 25, 2024
1 parent 2a284bb commit 50b3056
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,24 @@ jobs:
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3

# build_wheels:
# needs: [build]
# if: startsWith( github.ref, 'refs/tags/')
# name: Build wheels on ${{ matrix.os }}
# runs-on: ${{ matrix.os }}
# strategy:
# matrix:
# os: [ubuntu-22.04]
build_wheels:
needs: [build]
# if: startsWith( github.ref, 'refs/tags/')
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-22.04]

# steps:
# - uses: actions/checkout@v4
steps:
- uses: actions/checkout@v4

# - name: Build wheels
# uses: pypa/cibuildwheel@v2.16.2
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2

# - uses: actions/upload-artifact@v3
# with:
# path: ./wheelhouse/*.whl
- uses: actions/upload-artifact@v3
with:
path: ./wheelhouse/*.whl

build_sdist:
needs: [build]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ documentation = "https://fdasrsf-python.readthedocs.io/en/latest/"
# Note: the below skip command doesn't do much currently, the platforms to
# build wheels for in CI are controlled in `.github/workflows/wheels.yml` and
# `tools/ci/cirrus_wheels.yml`.
skip = "cp36-* cp37-* cp38-* pp* *-manylinux_i686 *_ppc64le *_s390x *-win32 *_i686"
skip = "cp36-* cp37-* cp38-* pp* *-manylinux_i686 *_ppc64le *_s390x *-win32 *_i686 *-macosx_x86_64 *-macosx_arm64"
build-verbosity = "3"

[tool.cibuildwheel.linux]
Expand Down

0 comments on commit 50b3056

Please sign in to comment.