Skip to content

Commit

Permalink
add back in wheels for next relase
Browse files Browse the repository at this point in the history
  • Loading branch information
jdtuck committed Dec 25, 2023
1 parent 7f8fd9d commit 54c73a8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,9 @@ jobs:
if: startsWith( github.ref, 'refs/tags/')
name: Build wheels on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
# env:
# CIBW_BEFORE_ALL: bash {project}/bin/cibw_before_build.sh {project}
# CIBW_SKIP: cp36-* cp37-* cp38-* cp312-* pp* *-manylinux_i686 *_ppc64le *_s390x
strategy:
matrix:
os: [ubuntu-22.04]
os: [ubuntu-22.04, windows-2022, macos-11]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 54c73a8

Please sign in to comment.